TheMabrouk commited on
Commit
3b79c7c
1 Parent(s): a6cd91b

End of training

Browse files
Files changed (2) hide show
  1. README.md +9 -9
  2. generation_config.json +5 -1
README.md CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  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.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 0.6020
19
 
20
  ## Model description
21
 
@@ -49,14 +49,14 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss |
51
  |:-------------:|:-------:|:----:|:---------------:|
52
- | 0.7089 | 2.8229 | 500 | 0.6678 |
53
- | 0.6632 | 5.6457 | 1000 | 0.6319 |
54
- | 0.6494 | 8.4686 | 1500 | 0.6162 |
55
- | 0.6369 | 11.2915 | 2000 | 0.6099 |
56
- | 0.6338 | 14.1143 | 2500 | 0.6067 |
57
- | 0.6307 | 16.9372 | 3000 | 0.6023 |
58
- | 0.6264 | 19.7601 | 3500 | 0.6031 |
59
- | 0.628 | 22.5829 | 4000 | 0.6020 |
60
 
61
 
62
  ### Framework versions
 
15
 
16
  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.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.6078
19
 
20
  ## Model description
21
 
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss |
51
  |:-------------:|:-------:|:----:|:---------------:|
52
+ | 0.725 | 2.8229 | 500 | 0.6835 |
53
+ | 0.6797 | 5.6457 | 1000 | 0.6435 |
54
+ | 0.6622 | 8.4686 | 1500 | 0.6273 |
55
+ | 0.6533 | 11.2915 | 2000 | 0.6208 |
56
+ | 0.6468 | 14.1143 | 2500 | 0.6134 |
57
+ | 0.6408 | 16.9372 | 3000 | 0.6108 |
58
+ | 0.6397 | 19.7601 | 3500 | 0.6106 |
59
+ | 0.64 | 22.5829 | 4000 | 0.6078 |
60
 
61
 
62
  ### Framework versions
generation_config.json CHANGED
@@ -1,5 +1,9 @@
1
  {
2
- "code_revision": "main",
 
 
3
  "eos_token_id": 2,
 
 
4
  "transformers_version": "4.42.0.dev0"
5
  }
 
1
  {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "decoder_start_token_id": 2,
5
  "eos_token_id": 2,
6
+ "max_length": 1876,
7
+ "pad_token_id": 1,
8
  "transformers_version": "4.42.0.dev0"
9
  }