End of training
Browse files- README.md +10 -7
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -20,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the OpenSLR dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -48,17 +48,20 @@ The following hyperparameters were used during training:
|
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
- lr_scheduler_warmup_steps: 500
|
51 |
-
- training_steps:
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
|
|
|
|
|
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the OpenSLR dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.4360
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
- lr_scheduler_warmup_steps: 500
|
51 |
+
- training_steps: 8000
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|
|
57 |
+
| 0.5039 | 8.37 | 1000 | 0.4530 |
|
58 |
+
| 0.4723 | 16.74 | 2000 | 0.4345 |
|
59 |
+
| 0.4583 | 25.1 | 3000 | 0.4316 |
|
60 |
+
| 0.4565 | 33.47 | 4000 | 0.4294 |
|
61 |
+
| 0.4363 | 41.84 | 5000 | 0.4329 |
|
62 |
+
| 0.446 | 50.21 | 6000 | 0.4331 |
|
63 |
+
| 0.4508 | 58.58 | 7000 | 0.4336 |
|
64 |
+
| 0.4529 | 66.95 | 8000 | 0.4360 |
|
65 |
|
66 |
|
67 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 577878333
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6b1135db4945a4cb1ef836844d806cd09e3c816345fb8f61ea375a1550bc23e
|
3 |
size 577878333
|