End of training
Browse files- README.md +30 -38
- model.safetensors +1 -1
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 common_voice_13_0 dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -38,53 +38,45 @@ More information needed
|
|
38 |
The following hyperparameters were used during training:
|
39 |
- learning_rate: 1e-06
|
40 |
- train_batch_size: 32
|
41 |
-
- eval_batch_size:
|
42 |
- seed: 42
|
|
|
|
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
-
- lr_scheduler_warmup_steps:
|
46 |
-
-
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
-
| Training Loss | Epoch | Step
|
52 |
-
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.5819 | 2.0866 | 10500 | 0.5102 |
|
74 |
-
| 0.5633 | 2.1860 | 11000 | 0.5102 |
|
75 |
-
| 0.5635 | 2.2854 | 11500 | 0.5093 |
|
76 |
-
| 0.5809 | 2.3847 | 12000 | 0.5094 |
|
77 |
-
| 0.5647 | 2.4841 | 12500 | 0.5086 |
|
78 |
-
| 0.5593 | 2.5835 | 13000 | 0.5065 |
|
79 |
-
| 0.5639 | 2.6828 | 13500 | 0.5077 |
|
80 |
-
| 0.5511 | 2.7822 | 14000 | 0.5073 |
|
81 |
-
| 0.5534 | 2.8816 | 14500 | 0.5071 |
|
82 |
-
| 0.5532 | 2.9809 | 15000 | 0.5076 |
|
83 |
|
84 |
|
85 |
### Framework versions
|
86 |
|
87 |
- Transformers 4.43.1
|
88 |
-
- Pytorch 2.
|
89 |
-
- Datasets 3.0.
|
90 |
- Tokenizers 0.19.1
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the common_voice_13_0 dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.5556
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
38 |
The following hyperparameters were used during training:
|
39 |
- learning_rate: 1e-06
|
40 |
- train_batch_size: 32
|
41 |
+
- eval_batch_size: 16
|
42 |
- seed: 42
|
43 |
+
- gradient_accumulation_steps: 2
|
44 |
+
- total_train_batch_size: 64
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
+
- lr_scheduler_warmup_steps: 200
|
48 |
+
- training_steps: 2000
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
+
|:-------------:|:------:|:----:|:---------------:|
|
55 |
+
| 0.9351 | 0.1894 | 100 | 0.8355 |
|
56 |
+
| 0.8426 | 0.3788 | 200 | 0.7500 |
|
57 |
+
| 0.8314 | 0.5682 | 300 | 0.7244 |
|
58 |
+
| 0.7912 | 0.7576 | 400 | 0.7078 |
|
59 |
+
| 0.778 | 0.9470 | 500 | 0.6908 |
|
60 |
+
| 0.7205 | 1.1364 | 600 | 0.6744 |
|
61 |
+
| 0.7272 | 1.3258 | 700 | 0.6469 |
|
62 |
+
| 0.7394 | 1.5152 | 800 | 0.6176 |
|
63 |
+
| 0.6816 | 1.7045 | 900 | 0.5874 |
|
64 |
+
| 0.6653 | 1.8939 | 1000 | 0.5748 |
|
65 |
+
| 0.658 | 2.0833 | 1100 | 0.5683 |
|
66 |
+
| 0.628 | 2.2727 | 1200 | 0.5662 |
|
67 |
+
| 0.6376 | 2.4621 | 1300 | 0.5632 |
|
68 |
+
| 0.6232 | 2.6515 | 1400 | 0.5612 |
|
69 |
+
| 0.625 | 2.8409 | 1500 | 0.5583 |
|
70 |
+
| 0.63 | 3.0303 | 1600 | 0.5588 |
|
71 |
+
| 0.6299 | 3.2197 | 1700 | 0.5567 |
|
72 |
+
| 0.6332 | 3.4091 | 1800 | 0.5558 |
|
73 |
+
| 0.6083 | 3.5985 | 1900 | 0.5551 |
|
74 |
+
| 0.6161 | 3.7879 | 2000 | 0.5556 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
|
76 |
|
77 |
### Framework versions
|
78 |
|
79 |
- Transformers 4.43.1
|
80 |
+
- Pytorch 2.2.0
|
81 |
+
- Datasets 3.0.1
|
82 |
- Tokenizers 0.19.1
|
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:bcfae44bbce693bedff535ece5e77ed1abad23e227168d317aa8eaf76b146fa3
|
3 |
size 577789320
|