CarmelaFinianos commited on
Commit
e7ed438
·
verified ·
1 Parent(s): 68c0a29

End of training

Browse files
Files changed (1) hide show
  1. README.md +9 -11
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 [MBZUAI/speecht5_tts_clartts_ar](https://huggingface.co/MBZUAI/speecht5_tts_clartts_ar) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.5440
20
 
21
  ## Model description
22
 
@@ -44,20 +44,18 @@ The following hyperparameters were used during training:
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: 700
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
- | Training Loss | Epoch | Step | Validation Loss |
53
- |:-------------:|:-------:|:----:|:---------------:|
54
- | 0.5389 | 2.2663 | 100 | 0.6067 |
55
- | 0.5034 | 4.5326 | 200 | 0.5614 |
56
- | 0.4852 | 6.7989 | 300 | 0.5554 |
57
- | 0.4727 | 9.0652 | 400 | 0.5449 |
58
- | 0.463 | 11.3314 | 500 | 0.5422 |
59
- | 0.4501 | 13.5977 | 600 | 0.5429 |
60
- | 0.4503 | 15.8640 | 700 | 0.5440 |
61
 
62
 
63
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [MBZUAI/speecht5_tts_clartts_ar](https://huggingface.co/MBZUAI/speecht5_tts_clartts_ar) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.5164
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: 100
47
+ - training_steps: 500
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:------:|:----:|:---------------:|
54
+ | 0.5796 | 1.1331 | 100 | 0.5698 |
55
+ | 0.5436 | 2.2663 | 200 | 0.5432 |
56
+ | 0.5168 | 3.3994 | 300 | 0.5293 |
57
+ | 0.5096 | 4.5326 | 400 | 0.5199 |
58
+ | 0.4976 | 5.6657 | 500 | 0.5164 |
 
 
59
 
60
 
61
  ### Framework versions