fahadqazi commited on
Commit
f1ededf
1 Parent(s): 47f1e5c

End of training

Browse files
Files changed (1) hide show
  1. README.md +17 -6
README.md CHANGED
@@ -16,12 +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
- - eval_loss: 0.2897
20
- - eval_runtime: 6.7561
21
- - eval_samples_per_second: 20.87
22
- - eval_steps_per_second: 10.509
23
- - epoch: 7.6352
24
- - step: 300
25
 
26
  ## Model description
27
 
@@ -52,6 +47,22 @@ The following hyperparameters were used during training:
52
  - training_steps: 1000
53
  - mixed_precision_training: Native AMP
54
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  ### Framework versions
56
 
57
  - Transformers 4.46.2
 
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.2874
 
 
 
 
 
20
 
21
  ## Model description
22
 
 
47
  - training_steps: 1000
48
  - mixed_precision_training: Native AMP
49
 
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:-------:|:----:|:---------------:|
54
+ | 0.2934 | 2.5409 | 100 | 0.2988 |
55
+ | 0.2907 | 5.0943 | 200 | 0.2982 |
56
+ | 0.2962 | 7.6352 | 300 | 0.2985 |
57
+ | 0.2897 | 10.1887 | 400 | 0.2963 |
58
+ | 0.2877 | 12.7296 | 500 | 0.2920 |
59
+ | 0.2871 | 15.2830 | 600 | 0.2924 |
60
+ | 0.2866 | 17.8239 | 700 | 0.2937 |
61
+ | 0.2889 | 20.3774 | 800 | 0.2903 |
62
+ | 0.2859 | 22.9182 | 900 | 0.2890 |
63
+ | 0.2942 | 25.4717 | 1000 | 0.2874 |
64
+
65
+
66
  ### Framework versions
67
 
68
  - Transformers 4.46.2