kingmhd1519
commited on
Commit
•
fecb81c
1
Parent(s):
beee60b
End of training
Browse files
README.md
CHANGED
@@ -15,6 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
# speecht5_mehdi_as_1
|
16 |
|
17 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on an unknown dataset.
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -33,7 +35,7 @@ More information needed
|
|
33 |
### Training hyperparameters
|
34 |
|
35 |
The following hyperparameters were used during training:
|
36 |
-
- learning_rate: 0.
|
37 |
- train_batch_size: 4
|
38 |
- eval_batch_size: 2
|
39 |
- seed: 42
|
@@ -45,6 +47,15 @@ The following hyperparameters were used during training:
|
|
45 |
- training_steps: 300
|
46 |
- mixed_precision_training: Native AMP
|
47 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
### Framework versions
|
49 |
|
50 |
- Transformers 4.46.3
|
|
|
15 |
# speecht5_mehdi_as_1
|
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.5531
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 0.001
|
39 |
- train_batch_size: 4
|
40 |
- eval_batch_size: 2
|
41 |
- seed: 42
|
|
|
47 |
- training_steps: 300
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
+
### Training results
|
51 |
+
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
+
|:-------------:|:-------:|:----:|:---------------:|
|
54 |
+
| 0.8648 | 3.5556 | 100 | 0.8506 |
|
55 |
+
| 0.6876 | 7.1111 | 200 | 0.6333 |
|
56 |
+
| 0.5763 | 10.6667 | 300 | 0.5531 |
|
57 |
+
|
58 |
+
|
59 |
### Framework versions
|
60 |
|
61 |
- Transformers 4.46.3
|