mikhail-panzo
commited on
Commit
•
c3b240b
1
Parent(s):
8a5d649
End of training
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -35,10 +35,10 @@ More information needed
|
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
- learning_rate: 1e-05
|
38 |
-
- train_batch_size:
|
39 |
- eval_batch_size: 8
|
40 |
- seed: 42
|
41 |
-
- gradient_accumulation_steps:
|
42 |
- total_train_batch_size: 128
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
@@ -50,22 +50,22 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
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 |
|
70 |
|
71 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.3662
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
- learning_rate: 1e-05
|
38 |
+
- train_batch_size: 16
|
39 |
- eval_batch_size: 8
|
40 |
- seed: 42
|
41 |
+
- gradient_accumulation_steps: 8
|
42 |
- total_train_batch_size: 128
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:-------:|:----:|:---------------:|
|
53 |
+
| 0.6645 | 0.8377 | 500 | 0.5698 |
|
54 |
+
| 0.5581 | 1.6754 | 1000 | 0.4794 |
|
55 |
+
| 0.5045 | 2.5131 | 1500 | 0.4467 |
|
56 |
+
| 0.4776 | 3.3508 | 2000 | 0.4236 |
|
57 |
+
| 0.4553 | 4.1885 | 2500 | 0.4093 |
|
58 |
+
| 0.4489 | 5.0262 | 3000 | 0.3968 |
|
59 |
+
| 0.4337 | 5.8639 | 3500 | 0.3926 |
|
60 |
+
| 0.4282 | 6.7016 | 4000 | 0.3837 |
|
61 |
+
| 0.4188 | 7.5393 | 4500 | 0.3798 |
|
62 |
+
| 0.4222 | 8.3770 | 5000 | 0.3784 |
|
63 |
+
| 0.412 | 9.2147 | 5500 | 0.3729 |
|
64 |
+
| 0.4056 | 10.0524 | 6000 | 0.3697 |
|
65 |
+
| 0.4065 | 10.8901 | 6500 | 0.3685 |
|
66 |
+
| 0.4069 | 11.7277 | 7000 | 0.3675 |
|
67 |
+
| 0.4049 | 12.5654 | 7500 | 0.3666 |
|
68 |
+
| 0.4044 | 13.4031 | 8000 | 0.3662 |
|
69 |
|
70 |
|
71 |
### Framework versions
|