End of training
Browse files- README.md +21 -9
- model.safetensors +1 -1
README.md
CHANGED
@@ -19,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the TTS_English_data dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -38,7 +38,7 @@ More information needed
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
-
- learning_rate:
|
42 |
- train_batch_size: 12
|
43 |
- eval_batch_size: 10
|
44 |
- seed: 42
|
@@ -46,7 +46,7 @@ The following hyperparameters were used during training:
|
|
46 |
- total_train_batch_size: 24
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
-
- lr_scheduler_warmup_steps:
|
50 |
- training_steps: 3000
|
51 |
- mixed_precision_training: Native AMP
|
52 |
|
@@ -54,12 +54,24 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss |
|
56 |
|:-------------:|:-------:|:----:|:---------------:|
|
57 |
-
|
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the TTS_English_data dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.4244
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 3e-05
|
42 |
- train_batch_size: 12
|
43 |
- eval_batch_size: 10
|
44 |
- seed: 42
|
|
|
46 |
- total_train_batch_size: 24
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
+
- lr_scheduler_warmup_steps: 1500
|
50 |
- training_steps: 3000
|
51 |
- mixed_precision_training: Native AMP
|
52 |
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss |
|
56 |
|:-------------:|:-------:|:----:|:---------------:|
|
57 |
+
| No log | 1.0 | 176 | 0.7486 |
|
58 |
+
| 0.9327 | 2.0 | 352 | 0.5466 |
|
59 |
+
| 0.6633 | 3.0 | 528 | 0.5009 |
|
60 |
+
| 0.6633 | 4.0 | 704 | 0.4828 |
|
61 |
+
| 0.5635 | 5.0 | 880 | 0.4694 |
|
62 |
+
| 0.5364 | 6.0 | 1056 | 0.4601 |
|
63 |
+
| 0.5364 | 7.0 | 1232 | 0.4609 |
|
64 |
+
| 0.5155 | 8.0 | 1408 | 0.4463 |
|
65 |
+
| 0.5025 | 9.0 | 1584 | 0.4459 |
|
66 |
+
| 0.4883 | 10.0 | 1760 | 0.4399 |
|
67 |
+
| 0.4883 | 11.0 | 1936 | 0.4342 |
|
68 |
+
| 0.4792 | 12.0 | 2112 | 0.4359 |
|
69 |
+
| 0.4715 | 13.0 | 2288 | 0.4264 |
|
70 |
+
| 0.4715 | 14.0 | 2464 | 0.4273 |
|
71 |
+
| 0.4646 | 15.0 | 2640 | 0.4238 |
|
72 |
+
| 0.4598 | 16.0 | 2816 | 0.4231 |
|
73 |
+
| 0.4598 | 17.0 | 2992 | 0.4227 |
|
74 |
+
| 0.452 | 17.0455 | 3000 | 0.4244 |
|
75 |
|
76 |
|
77 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 577789320
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f3dfcd38b006cedc1e8c0bdd941ff0f092f3b5e53121c0202ff81a54045aea9
|
3 |
size 577789320
|