manhtungnguyen940610
commited on
Commit
•
ae6bd31
1
Parent(s):
dd73bac
End of training
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -36,10 +36,10 @@ More information needed
|
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
- learning_rate: 0.0001
|
39 |
-
- train_batch_size:
|
40 |
- eval_batch_size: 2
|
41 |
- seed: 42
|
42 |
-
- gradient_accumulation_steps:
|
43 |
- total_train_batch_size: 32
|
44 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
45 |
- lr_scheduler_type: linear
|
@@ -51,11 +51,11 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
|:-------------:|:------:|:----:|:---------------:|
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.5406
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
- learning_rate: 0.0001
|
39 |
+
- train_batch_size: 16
|
40 |
- eval_batch_size: 2
|
41 |
- seed: 42
|
42 |
+
- gradient_accumulation_steps: 2
|
43 |
- total_train_batch_size: 32
|
44 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
45 |
- lr_scheduler_type: linear
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
|:-------------:|:------:|:----:|:---------------:|
|
54 |
+
| 0.6213 | 0.0035 | 100 | 0.6012 |
|
55 |
+
| 0.6087 | 0.0069 | 200 | 0.5743 |
|
56 |
+
| 0.592 | 0.0104 | 300 | 0.5571 |
|
57 |
+
| 0.5708 | 0.0139 | 400 | 0.5512 |
|
58 |
+
| 0.5596 | 0.0173 | 500 | 0.5406 |
|
59 |
|
60 |
|
61 |
### Framework versions
|