End of training
Browse files- README.md +22 -22
- generation_config.json +1 -1
README.md
CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
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.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -41,7 +41,7 @@ The following hyperparameters were used during training:
|
|
41 |
- seed: 42
|
42 |
- gradient_accumulation_steps: 8
|
43 |
- total_train_batch_size: 32
|
44 |
-
- optimizer:
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 100
|
47 |
- training_steps: 1500
|
@@ -49,28 +49,28 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
-
| Training Loss | Epoch
|
53 |
-
|
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
|
72 |
|
73 |
-
- Transformers 4.
|
74 |
-
- Pytorch 2.5.
|
75 |
- Datasets 3.1.0
|
76 |
-
- Tokenizers 0.
|
|
|
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.4253
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
41 |
- seed: 42
|
42 |
- gradient_accumulation_steps: 8
|
43 |
- total_train_batch_size: 32
|
44 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 100
|
47 |
- training_steps: 1500
|
|
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
+
|:-------------:|:--------:|:----:|:---------------:|
|
54 |
+
| 0.648 | 7.9901 | 100 | 0.5922 |
|
55 |
+
| 0.5721 | 15.9901 | 200 | 0.5445 |
|
56 |
+
| 0.5337 | 23.9901 | 300 | 0.5103 |
|
57 |
+
| 0.5057 | 31.9901 | 400 | 0.5052 |
|
58 |
+
| 0.4894 | 39.9901 | 500 | 0.4869 |
|
59 |
+
| 0.4765 | 47.9901 | 600 | 0.4804 |
|
60 |
+
| 0.4577 | 55.9901 | 700 | 0.4770 |
|
61 |
+
| 0.4462 | 63.9901 | 800 | 0.4561 |
|
62 |
+
| 0.4275 | 71.9901 | 900 | 0.4445 |
|
63 |
+
| 0.4143 | 79.9901 | 1000 | 0.4388 |
|
64 |
+
| 0.4044 | 87.9901 | 1100 | 0.4363 |
|
65 |
+
| 0.3929 | 95.9901 | 1200 | 0.4299 |
|
66 |
+
| 0.3922 | 103.9901 | 1300 | 0.4276 |
|
67 |
+
| 0.3915 | 111.9901 | 1400 | 0.4262 |
|
68 |
+
| 0.3877 | 119.9901 | 1500 | 0.4253 |
|
69 |
|
70 |
|
71 |
### Framework versions
|
72 |
|
73 |
+
- Transformers 4.46.2
|
74 |
+
- Pytorch 2.5.1+cu121
|
75 |
- Datasets 3.1.0
|
76 |
+
- Tokenizers 0.20.3
|
generation_config.json
CHANGED
@@ -5,5 +5,5 @@
|
|
5 |
"eos_token_id": 2,
|
6 |
"max_length": 1876,
|
7 |
"pad_token_id": 1,
|
8 |
-
"transformers_version": "4.
|
9 |
}
|
|
|
5 |
"eos_token_id": 2,
|
6 |
"max_length": 1876,
|
7 |
"pad_token_id": 1,
|
8 |
+
"transformers_version": "4.46.2"
|
9 |
}
|