PhysHunter
commited on
Commit
•
eee0d62
1
Parent(s):
8be9324
update model card README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the facebook/voxpopuli dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -45,20 +45,22 @@ The following hyperparameters were used during training:
|
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
- lr_scheduler_warmup_steps: 50
|
48 |
-
- training_steps:
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
|
|
|
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the facebook/voxpopuli dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.5054
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
- lr_scheduler_warmup_steps: 50
|
48 |
+
- training_steps: 500
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|
|
54 |
+
| 0.6907 | 2.01 | 50 | 0.6140 |
|
55 |
+
| 0.6341 | 4.02 | 100 | 0.5730 |
|
56 |
+
| 0.5993 | 6.04 | 150 | 0.5417 |
|
57 |
+
| 0.5707 | 9.0 | 200 | 0.5216 |
|
58 |
+
| 0.5551 | 11.02 | 250 | 0.5130 |
|
59 |
+
| 0.5589 | 13.03 | 300 | 0.5110 |
|
60 |
+
| 0.5447 | 15.04 | 350 | 0.5075 |
|
61 |
+
| 0.5463 | 18.01 | 400 | 0.5073 |
|
62 |
+
| 0.5381 | 20.02 | 450 | 0.5057 |
|
63 |
+
| 0.5409 | 22.03 | 500 | 0.5054 |
|
64 |
|
65 |
|
66 |
### Framework versions
|