End of training
Browse files- README.md +1 -19
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,8 +18,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
# speec T5 ES - Abhinay
|
19 |
|
20 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the Vox Populi ES dataset.
|
21 |
-
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.4349
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -47,25 +45,9 @@ The following hyperparameters were used during training:
|
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
- lr_scheduler_warmup_steps: 500
|
50 |
-
- training_steps:
|
51 |
- mixed_precision_training: Native AMP
|
52 |
|
53 |
-
### Training results
|
54 |
-
|
55 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
56 |
-
|:-------------:|:------:|:----:|:---------------:|
|
57 |
-
| 0.6365 | 0.6820 | 100 | 0.5754 |
|
58 |
-
| 0.5663 | 1.3640 | 200 | 0.5159 |
|
59 |
-
| 0.5215 | 2.0460 | 300 | 0.4677 |
|
60 |
-
| 0.5025 | 2.7280 | 400 | 0.4572 |
|
61 |
-
| 0.494 | 3.4101 | 500 | 0.4486 |
|
62 |
-
| 0.4867 | 4.0921 | 600 | 0.4454 |
|
63 |
-
| 0.4847 | 4.7741 | 700 | 0.4392 |
|
64 |
-
| 0.4748 | 5.4561 | 800 | 0.4354 |
|
65 |
-
| 0.4695 | 6.1381 | 900 | 0.4336 |
|
66 |
-
| 0.4665 | 6.8201 | 1000 | 0.4349 |
|
67 |
-
|
68 |
-
|
69 |
### Framework versions
|
70 |
|
71 |
- Transformers 4.40.1
|
|
|
18 |
# speec T5 ES - Abhinay
|
19 |
|
20 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the Vox Populi ES dataset.
|
|
|
|
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
- lr_scheduler_warmup_steps: 500
|
48 |
+
- training_steps: 1200
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
### Framework versions
|
52 |
|
53 |
- Transformers 4.40.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:cf2ef5a61d5774941c9151e1a0130da724271b7c910e2123689e5107a8bf5026
|
3 |
size 577789320
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:493c3ea30c7cfa9131ecad9725c42edcb0e3a7e07aeefc9bc1ba672e5b598ae9
|
3 |
size 5176
|