End of training
Browse files
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 [fahadqazi/Sindhi-TTS](https://huggingface.co/fahadqazi/Sindhi-TTS) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -35,7 +35,7 @@ More information needed
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
-
- learning_rate:
|
39 |
- train_batch_size: 8
|
40 |
- eval_batch_size: 2
|
41 |
- seed: 42
|
@@ -49,18 +49,18 @@ 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 |
|
65 |
|
66 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [fahadqazi/Sindhi-TTS](https://huggingface.co/fahadqazi/Sindhi-TTS) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.4864
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 2e-05
|
39 |
- train_batch_size: 8
|
40 |
- eval_batch_size: 2
|
41 |
- seed: 42
|
|
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
+
|:-------------:|:------:|:----:|:---------------:|
|
54 |
+
| 0.6189 | 0.2298 | 100 | 0.5837 |
|
55 |
+
| 0.5426 | 0.4595 | 200 | 0.5275 |
|
56 |
+
| 0.5237 | 0.6893 | 300 | 0.5106 |
|
57 |
+
| 0.5118 | 0.9190 | 400 | 0.5018 |
|
58 |
+
| 0.5032 | 1.1488 | 500 | 0.4960 |
|
59 |
+
| 0.5044 | 1.3785 | 600 | 0.4939 |
|
60 |
+
| 0.5042 | 1.6083 | 700 | 0.4905 |
|
61 |
+
| 0.4985 | 1.8380 | 800 | 0.4895 |
|
62 |
+
| 0.4938 | 2.0678 | 900 | 0.4871 |
|
63 |
+
| 0.496 | 2.2975 | 1000 | 0.4864 |
|
64 |
|
65 |
|
66 |
### Framework versions
|