AdanLee commited on
Commit
c2eb004
1 Parent(s): a867c03

End of training

Browse files
Files changed (3) hide show
  1. README.md +67 -0
  2. generation_config.json +9 -0
  3. pytorch_model.bin +1 -1
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - nl
4
+ license: mit
5
+ base_model: microsoft/speecht5_tts
6
+ tags:
7
+ - generated_from_trainer
8
+ datasets:
9
+ - facebook/voxpopuli
10
+ model-index:
11
+ - name: speecht5_finetuned_voxpopuli_nl
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # speecht5_finetuned_voxpopuli_nl
19
+
20
+ This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the facebook/voxpopuli nl subset dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.4725
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 1e-05
42
+ - train_batch_size: 4
43
+ - eval_batch_size: 2
44
+ - seed: 42
45
+ - gradient_accumulation_steps: 8
46
+ - total_train_batch_size: 32
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_steps: 100
50
+ - training_steps: 2000
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss |
55
+ |:-------------:|:-----:|:----:|:---------------:|
56
+ | 0.5348 | 4.04 | 500 | 0.4926 |
57
+ | 0.5155 | 9.02 | 1000 | 0.4783 |
58
+ | 0.5091 | 14.0 | 1500 | 0.4747 |
59
+ | 0.5004 | 18.04 | 2000 | 0.4725 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.32.0
65
+ - Pytorch 2.0.1+cu118
66
+ - Datasets 2.14.4
67
+ - Tokenizers 0.13.3
generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "decoder_start_token_id": 2,
5
+ "eos_token_id": 2,
6
+ "max_length": 1876,
7
+ "pad_token_id": 1,
8
+ "transformers_version": "4.32.0"
9
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6a441dab03ed665db4fe9c8a1f5af460b35900817a88f91d14fa56cd7048692a
3
  size 577878333
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4d9be8f39972362c3043d541481cfd2ee096fd25508b45be6c585eed3fe8677
3
  size 577878333