sophiayk20 commited on
Commit
4307fb0
·
verified ·
1 Parent(s): 4f7a66d

End of training

Browse files
Files changed (2) hide show
  1. README.md +7 -7
  2. generation_config.json +2 -1
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  library_name: transformers
3
  license: mit
4
- base_model: sophiayk20/speecht5_tts_voxpopuli_es
5
  tags:
6
  - generated_from_trainer
7
  model-index:
@@ -14,9 +14,9 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # speecht5_tts_formal_fr
16
 
17
- This model is a fine-tuned version of [sophiayk20/speecht5_tts_voxpopuli_es](https://huggingface.co/sophiayk20/speecht5_tts_voxpopuli_es) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.3531
20
 
21
  ## Model description
22
 
@@ -51,10 +51,10 @@ The following hyperparameters were used during training:
51
 
52
  | Training Loss | Epoch | Step | Validation Loss |
53
  |:-------------:|:-------:|:----:|:---------------:|
54
- | 0.4371 | 3.5471 | 1000 | 0.3878 |
55
- | 0.4023 | 7.0924 | 2000 | 0.3665 |
56
- | 0.395 | 10.6394 | 3000 | 0.3558 |
57
- | 0.3838 | 14.1847 | 4000 | 0.3531 |
58
 
59
 
60
  ### Framework versions
 
1
  ---
2
  library_name: transformers
3
  license: mit
4
+ base_model: sophiayk20/speecht5_tts_voxpopuli_fr
5
  tags:
6
  - generated_from_trainer
7
  model-index:
 
14
 
15
  # speecht5_tts_formal_fr
16
 
17
+ This model is a fine-tuned version of [sophiayk20/speecht5_tts_voxpopuli_fr](https://huggingface.co/sophiayk20/speecht5_tts_voxpopuli_fr) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.3373
20
 
21
  ## Model description
22
 
 
51
 
52
  | Training Loss | Epoch | Step | Validation Loss |
53
  |:-------------:|:-------:|:----:|:---------------:|
54
+ | 0.3995 | 3.5471 | 1000 | 0.3545 |
55
+ | 0.3761 | 7.0924 | 2000 | 0.3437 |
56
+ | 0.3742 | 10.6394 | 3000 | 0.3390 |
57
+ | 0.3648 | 14.1847 | 4000 | 0.3373 |
58
 
59
 
60
  ### Framework versions
generation_config.json CHANGED
@@ -5,5 +5,6 @@
5
  "eos_token_id": 2,
6
  "max_length": 1876,
7
  "pad_token_id": 1,
8
- "transformers_version": "4.50.3"
 
9
  }
 
5
  "eos_token_id": 2,
6
  "max_length": 1876,
7
  "pad_token_id": 1,
8
+ "transformers_version": "4.50.3",
9
+ "use_cache": false
10
  }