update model card README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss: 0.
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -42,16 +42,22 @@ The following hyperparameters were used during training:
|
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
- lr_scheduler_warmup_steps: 500
|
45 |
-
- training_steps:
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
-
| Training Loss | Epoch | Step
|
50 |
-
|
51 |
-
| 0.
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
|
56 |
|
57 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 0.4112
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
- lr_scheduler_warmup_steps: 500
|
45 |
+
- training_steps: 10000
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
50 |
+
|:-------------:|:-----:|:-----:|:---------------:|
|
51 |
+
| 0.4831 | 4.06 | 1000 | 0.4406 |
|
52 |
+
| 0.4583 | 8.12 | 2000 | 0.4271 |
|
53 |
+
| 0.4482 | 12.18 | 3000 | 0.4177 |
|
54 |
+
| 0.4435 | 16.24 | 4000 | 0.4148 |
|
55 |
+
| 0.433 | 20.3 | 5000 | 0.4142 |
|
56 |
+
| 0.4333 | 24.37 | 6000 | 0.4128 |
|
57 |
+
| 0.4306 | 28.43 | 7000 | 0.4111 |
|
58 |
+
| 0.4288 | 32.49 | 8000 | 0.4110 |
|
59 |
+
| 0.4262 | 36.55 | 9000 | 0.4109 |
|
60 |
+
| 0.4228 | 40.61 | 10000 | 0.4112 |
|
61 |
|
62 |
|
63 |
### Framework versions
|