lithish2602 commited on
Commit
1091a27
·
verified ·
1 Parent(s): 6d7eb43

Model save

Browse files
Files changed (2) hide show
  1. README.md +8 -8
  2. generation_config.json +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
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.6216
22
 
23
  ## Model description
24
 
@@ -52,15 +52,15 @@ The following hyperparameters were used during training:
52
 
53
  | Training Loss | Epoch | Step | Validation Loss |
54
  |:-------------:|:------:|:----:|:---------------:|
55
- | 0.7014 | 500.0 | 1000 | 0.5671 |
56
- | 0.6384 | 1000.0 | 2000 | 0.6343 |
57
- | 0.5742 | 1500.0 | 3000 | 0.6314 |
58
- | 0.5597 | 2000.0 | 4000 | 0.6216 |
59
 
60
 
61
  ### Framework versions
62
 
63
- - Transformers 4.46.0.dev0
64
  - Pytorch 2.5.0+cu121
65
- - Datasets 3.0.2
66
- - Tokenizers 0.20.1
 
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.5678
22
 
23
  ## Model description
24
 
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss |
54
  |:-------------:|:------:|:----:|:---------------:|
55
+ | 0.3551 | 500.0 | 1000 | 0.4988 |
56
+ | 0.3218 | 1000.0 | 2000 | 0.5528 |
57
+ | 0.2891 | 1500.0 | 3000 | 0.5593 |
58
+ | 0.282 | 2000.0 | 4000 | 0.5678 |
59
 
60
 
61
  ### Framework versions
62
 
63
+ - Transformers 4.47.0.dev0
64
  - Pytorch 2.5.0+cu121
65
+ - Datasets 3.1.0
66
+ - Tokenizers 0.20.3
generation_config.json CHANGED
@@ -5,5 +5,5 @@
5
  "eos_token_id": 2,
6
  "max_length": 1876,
7
  "pad_token_id": 1,
8
- "transformers_version": "4.46.0.dev0"
9
  }
 
5
  "eos_token_id": 2,
6
  "max_length": 1876,
7
  "pad_token_id": 1,
8
+ "transformers_version": "4.47.0.dev0"
9
  }