arielcerdap commited on
Commit
6e10360
·
verified ·
1 Parent(s): 9c607aa

End of training

Browse files
Files changed (2) hide show
  1. README.md +9 -8
  2. generation_config.json +1 -1
README.md CHANGED
@@ -1,10 +1,11 @@
1
  ---
 
2
  license: mit
3
  base_model: microsoft/speecht5_tts
4
  tags:
5
  - generated_from_trainer
6
  datasets:
7
- - voxpopuli
8
  model-index:
9
  - name: speecht5_finetuned_voxpopuli_it
10
  results: []
@@ -15,9 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # speecht5_finetuned_voxpopuli_it
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.4707
21
 
22
  ## Model description
23
 
@@ -52,15 +53,15 @@ The following hyperparameters were used during training:
52
 
53
  | Training Loss | Epoch | Step | Validation Loss |
54
  |:-------------:|:-------:|:----:|:---------------:|
55
- | 0.5227 | 2.8095 | 1000 | 0.4815 |
56
- | 0.5148 | 5.6190 | 2000 | 0.4750 |
57
- | 0.5069 | 8.4284 | 3000 | 0.4722 |
58
- | 0.5054 | 11.2379 | 4000 | 0.4707 |
59
 
60
 
61
  ### Framework versions
62
 
63
- - Transformers 4.42.4
64
  - Pytorch 2.4.0+cu121
65
  - Datasets 2.21.0
66
  - Tokenizers 0.19.1
 
1
  ---
2
+ library_name: transformers
3
  license: mit
4
  base_model: microsoft/speecht5_tts
5
  tags:
6
  - generated_from_trainer
7
  datasets:
8
+ - facebook/voxpopuli
9
  model-index:
10
  - name: speecht5_finetuned_voxpopuli_it
11
  results: []
 
16
 
17
  # speecht5_finetuned_voxpopuli_it
18
 
19
+ This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the facebook/voxpopuli dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.4783
22
 
23
  ## Model description
24
 
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss |
55
  |:-------------:|:-------:|:----:|:---------------:|
56
+ | 0.5449 | 2.8095 | 1000 | 0.5027 |
57
+ | 0.5237 | 5.6190 | 2000 | 0.4883 |
58
+ | 0.5173 | 8.4284 | 3000 | 0.4799 |
59
+ | 0.5124 | 11.2379 | 4000 | 0.4783 |
60
 
61
 
62
  ### Framework versions
63
 
64
+ - Transformers 4.44.2
65
  - Pytorch 2.4.0+cu121
66
  - Datasets 2.21.0
67
  - Tokenizers 0.19.1
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.42.4"
9
  }
 
5
  "eos_token_id": 2,
6
  "max_length": 1876,
7
  "pad_token_id": 1,
8
+ "transformers_version": "4.44.2"
9
  }