mendeeb commited on
Commit
402d337
·
verified ·
1 Parent(s): 2906035

End of training

Browse files
Files changed (2) hide show
  1. README.md +7 -7
  2. generation_config.json +1 -2
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  library_name: transformers
3
  license: mit
4
- base_model: voxxer/speecht5_finetuned_commonvoice_ru_translit
5
  tags:
6
  - generated_from_trainer
7
  datasets:
@@ -16,9 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # speecht5_finetuned_common_voice_mon
18
 
19
- This model is a fine-tuned version of [voxxer/speecht5_finetuned_commonvoice_ru_translit](https://huggingface.co/voxxer/speecht5_finetuned_commonvoice_ru_translit) on the common_voice_17_0 dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.4636
22
 
23
  ## Model description
24
 
@@ -53,10 +53,10 @@ The following hyperparameters were used during training:
53
 
54
  | Training Loss | Epoch | Step | Validation Loss |
55
  |:-------------:|:-------:|:----:|:---------------:|
56
- | 0.5141 | 5.9574 | 1000 | 0.4881 |
57
- | 0.5 | 11.9095 | 2000 | 0.4718 |
58
- | 0.4941 | 17.8616 | 3000 | 0.4653 |
59
- | 0.4873 | 23.8138 | 4000 | 0.4636 |
60
 
61
 
62
  ### Framework versions
 
1
  ---
2
  library_name: transformers
3
  license: mit
4
+ base_model: microsoft/speecht5_tts
5
  tags:
6
  - generated_from_trainer
7
  datasets:
 
16
 
17
  # speecht5_finetuned_common_voice_mon
18
 
19
+ This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the common_voice_17_0 dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.4741
22
 
23
  ## Model description
24
 
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss |
55
  |:-------------:|:-------:|:----:|:---------------:|
56
+ | 0.5476 | 5.9574 | 1000 | 0.5062 |
57
+ | 0.5124 | 11.9095 | 2000 | 0.4831 |
58
+ | 0.5078 | 17.8616 | 3000 | 0.4753 |
59
+ | 0.4994 | 23.8138 | 4000 | 0.4741 |
60
 
61
 
62
  ### Framework versions
generation_config.json CHANGED
@@ -5,6 +5,5 @@
5
  "eos_token_id": 2,
6
  "max_length": 1876,
7
  "pad_token_id": 1,
8
- "transformers_version": "4.48.0",
9
- "use_cache": false
10
  }
 
5
  "eos_token_id": 2,
6
  "max_length": 1876,
7
  "pad_token_id": 1,
8
+ "transformers_version": "4.48.0"
 
9
  }