End of training
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 voxpopuli dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -38,7 +38,7 @@ More information needed
|
|
38 |
The following hyperparameters were used during training:
|
39 |
- learning_rate: 1e-05
|
40 |
- train_batch_size: 4
|
41 |
-
- eval_batch_size:
|
42 |
- seed: 42
|
43 |
- gradient_accumulation_steps: 8
|
44 |
- total_train_batch_size: 32
|
@@ -52,10 +52,10 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
|:-------------:|:-------:|:----:|:---------------:|
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the voxpopuli dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.4626
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
38 |
The following hyperparameters were used during training:
|
39 |
- learning_rate: 1e-05
|
40 |
- train_batch_size: 4
|
41 |
+
- eval_batch_size: 2
|
42 |
- seed: 42
|
43 |
- gradient_accumulation_steps: 8
|
44 |
- total_train_batch_size: 32
|
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
|:-------------:|:-------:|:----:|:---------------:|
|
55 |
+
| 0.5168 | 4.3034 | 1000 | 0.4836 |
|
56 |
+
| 0.4941 | 8.6068 | 2000 | 0.4683 |
|
57 |
+
| 0.4914 | 12.9102 | 3000 | 0.4647 |
|
58 |
+
| 0.4919 | 17.2136 | 4000 | 0.4626 |
|
59 |
|
60 |
|
61 |
### Framework versions
|