mlubos commited on
Commit
6c6fd9b
1 Parent(s): 13e092f

End of training

Browse files
Files changed (2) hide show
  1. README.md +10 -10
  2. generation_config.json +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the voxpopuli dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.4609
21
 
22
  ## Model description
23
 
@@ -50,17 +50,17 @@ The following hyperparameters were used during training:
50
 
51
  ### Training results
52
 
53
- | Training Loss | Epoch | Step | Validation Loss |
54
- |:-------------:|:-----:|:----:|:---------------:|
55
- | 0.5201 | 4.3 | 1000 | 0.4801 |
56
- | 0.4968 | 8.61 | 2000 | 0.4662 |
57
- | 0.4946 | 12.91 | 3000 | 0.4638 |
58
- | 0.4927 | 17.21 | 4000 | 0.4609 |
59
 
60
 
61
  ### Framework versions
62
 
63
- - Transformers 4.35.2
64
- - Pytorch 2.1.0+cu121
65
- - Datasets 2.17.0
66
  - Tokenizers 0.15.2
 
17
 
18
  This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the voxpopuli dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.4434
21
 
22
  ## Model description
23
 
 
50
 
51
  ### Training results
52
 
53
+ | Training Loss | Epoch | Step | Validation Loss |
54
+ |:-------------:|:------:|:----:|:---------------:|
55
+ | 0.4806 | 27.03 | 1000 | 0.4547 |
56
+ | 0.4546 | 54.05 | 2000 | 0.4447 |
57
+ | 0.4523 | 81.08 | 3000 | 0.4465 |
58
+ | 0.45 | 108.11 | 4000 | 0.4434 |
59
 
60
 
61
  ### Framework versions
62
 
63
+ - Transformers 4.38.2
64
+ - Pytorch 2.2.1+cu121
65
+ - Datasets 2.18.0
66
  - Tokenizers 0.15.2
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.35.2"
9
  }
 
5
  "eos_token_id": 2,
6
  "max_length": 1876,
7
  "pad_token_id": 1,
8
+ "transformers_version": "4.38.2"
9
  }