update model card README.md
Browse files
README.md
CHANGED
@@ -14,9 +14,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# speecht5_finetuned_voxpopuli_nl
|
16 |
|
17 |
-
This model is a fine-tuned version of [
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -44,16 +44,15 @@ The following hyperparameters were used during training:
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 500
|
47 |
-
- training_steps:
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.5042 | 34.45 | 4000 | 0.4856 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
14 |
|
15 |
# speecht5_finetuned_voxpopuli_nl
|
16 |
|
17 |
+
This model is a fine-tuned version of [arham061/speecht5_finetuned_voxpopuli_nl](https://huggingface.co/arham061/speecht5_finetuned_voxpopuli_nl) on the common_voice_13_0 dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.5508
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 500
|
47 |
+
- training_steps: 3000
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|
|
53 |
+
| 0.5058 | 7.74 | 1000 | 0.5431 |
|
54 |
+
| 0.4938 | 15.49 | 2000 | 0.5487 |
|
55 |
+
| 0.4909 | 23.23 | 3000 | 0.5508 |
|
|
|
56 |
|
57 |
|
58 |
### Framework versions
|