fahadqazi commited on
Commit
d07e55d
·
verified ·
1 Parent(s): 1d4804a

End of training

Browse files
Files changed (1) hide show
  1. README.md +18 -7
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.4844
20
- - eval_runtime: 97.299
21
- - eval_samples_per_second: 35.797
22
- - eval_steps_per_second: 17.904
23
- - epoch: 0.9190
24
- - step: 400
25
 
26
  ## Model description
27
 
@@ -49,9 +44,25 @@ The following hyperparameters were used during training:
49
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
50
  - lr_scheduler_type: linear
51
  - lr_scheduler_warmup_steps: 200
52
- - training_steps: 10000
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.4421
 
 
 
 
 
20
 
21
  ## Model description
22
 
 
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: 200
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.4462 | 0.2042 | 100 | 0.4506 |
55
+ | 0.4456 | 0.4084 | 200 | 0.4482 |
56
+ | 0.4424 | 0.6126 | 300 | 0.4468 |
57
+ | 0.4501 | 0.8167 | 400 | 0.4429 |
58
+ | 0.4393 | 1.0219 | 500 | 0.4435 |
59
+ | 0.4518 | 1.2261 | 600 | 0.4439 |
60
+ | 0.4459 | 1.4303 | 700 | 0.4423 |
61
+ | 0.4404 | 1.6345 | 800 | 0.4430 |
62
+ | 0.4414 | 1.8387 | 900 | 0.4423 |
63
+ | 0.4396 | 2.0439 | 1000 | 0.4421 |
64
+
65
+
66
  ### Framework versions
67
 
68
  - Transformers 4.46.2