End of training
Browse files
README.md
CHANGED
@@ -7,18 +7,18 @@ tags:
|
|
7 |
datasets:
|
8 |
- facebook/voxpopuli
|
9 |
model-index:
|
10 |
-
- name:
|
11 |
results: []
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
should probably proofread and complete it, then remove this comment. -->
|
16 |
|
17 |
-
#
|
18 |
|
19 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the facebook/voxpopuli dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -37,7 +37,7 @@ More information needed
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
-
- learning_rate:
|
41 |
- train_batch_size: 4
|
42 |
- eval_batch_size: 2
|
43 |
- seed: 42
|
@@ -46,16 +46,19 @@ The following hyperparameters were used during training:
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_steps: 500
|
49 |
-
- training_steps:
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
|
|
|
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
7 |
datasets:
|
8 |
- facebook/voxpopuli
|
9 |
model-index:
|
10 |
+
- name: speecht5_finetuned_voxpopuli_it
|
11 |
results: []
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
should probably proofread and complete it, then remove this comment. -->
|
16 |
|
17 |
+
# speecht5_finetuned_voxpopuli_it
|
18 |
|
19 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the facebook/voxpopuli dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.4841
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 7e-06
|
41 |
- train_batch_size: 4
|
42 |
- eval_batch_size: 2
|
43 |
- seed: 42
|
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_steps: 500
|
49 |
+
- training_steps: 7000
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|
|
55 |
+
| 0.5625 | 4.72 | 1000 | 0.5168 |
|
56 |
+
| 0.5329 | 9.43 | 2000 | 0.5001 |
|
57 |
+
| 0.526 | 14.15 | 3000 | 0.4915 |
|
58 |
+
| 0.5261 | 18.87 | 4000 | 0.4878 |
|
59 |
+
| 0.5194 | 23.58 | 5000 | 0.4865 |
|
60 |
+
| 0.5138 | 28.3 | 6000 | 0.4853 |
|
61 |
+
| 0.5099 | 33.02 | 7000 | 0.4841 |
|
62 |
|
63 |
|
64 |
### Framework versions
|