reproductionguru
commited on
Commit
•
62da5ba
1
Parent(s):
163671f
End of training
Browse files
README.md
CHANGED
@@ -19,8 +19,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [reproductionguru/voicetest6](https://huggingface.co/reproductionguru/voicetest6) on the tutorial Voice 11.0 dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Wer:
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -40,24 +40,24 @@ More information needed
|
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
- learning_rate: 1e-05
|
43 |
-
- train_batch_size:
|
44 |
-
- eval_batch_size:
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_steps: 500
|
49 |
-
- training_steps:
|
50 |
- mixed_precision_training: Native AMP
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
-
| Training Loss | Epoch | Step
|
55 |
-
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [reproductionguru/voicetest6](https://huggingface.co/reproductionguru/voicetest6) on the tutorial Voice 11.0 dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.5845
|
23 |
+
- Wer: 18.9294
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
- learning_rate: 1e-05
|
43 |
+
- train_batch_size: 12
|
44 |
+
- eval_batch_size: 12
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_steps: 500
|
49 |
+
- training_steps: 10000
|
50 |
- mixed_precision_training: Native AMP
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
55 |
+
|:-------------:|:-----:|:-----:|:---------------:|:-------:|
|
56 |
+
| 0.2138 | 0.96 | 2000 | 0.4851 | 20.9147 |
|
57 |
+
| 0.1005 | 1.93 | 4000 | 0.5006 | 20.7187 |
|
58 |
+
| 0.029 | 2.89 | 6000 | 0.5342 | 19.6702 |
|
59 |
+
| 0.0092 | 3.85 | 8000 | 0.5682 | 19.0752 |
|
60 |
+
| 0.0029 | 4.82 | 10000 | 0.5845 | 18.9294 |
|
61 |
|
62 |
|
63 |
### Framework versions
|