deryauysal commited on
Commit
c90cdb0
1 Parent(s): e2e3236

End of training

Browse files
Files changed (4) hide show
  1. README.md +70 -0
  2. generation_config.json +9 -0
  3. pytorch_model.bin +1 -1
  4. training_args.bin +1 -1
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - nl
4
+ license: mit
5
+ base_model: microsoft/speecht5_tts
6
+ tags:
7
+ - text-to-speech
8
+ - dutch
9
+ - speech-generation
10
+ - generated_from_trainer
11
+ datasets:
12
+ - facebook/voxpopuli
13
+ model-index:
14
+ - name: SpeechT5 TTS Dutch
15
+ results: []
16
+ ---
17
+
18
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
19
+ should probably proofread and complete it, then remove this comment. -->
20
+
21
+ # SpeechT5 TTS Dutch
22
+
23
+ This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the VoxPopuli dataset.
24
+ It achieves the following results on the evaluation set:
25
+ - Loss: 0.4542
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 1e-05
45
+ - train_batch_size: 16
46
+ - eval_batch_size: 8
47
+ - seed: 42
48
+ - gradient_accumulation_steps: 2
49
+ - total_train_batch_size: 32
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - lr_scheduler_warmup_steps: 500
53
+ - training_steps: 4000
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss |
58
+ |:-------------:|:-----:|:----:|:---------------:|
59
+ | 0.5214 | 4.3 | 1000 | 0.4740 |
60
+ | 0.4991 | 8.6 | 2000 | 0.4598 |
61
+ | 0.5007 | 12.9 | 3000 | 0.4569 |
62
+ | 0.4947 | 17.2 | 4000 | 0.4542 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.33.0.dev0
68
+ - Pytorch 2.0.1+cu117
69
+ - Datasets 2.14.4
70
+ - 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.33.0.dev0"
9
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:88f8fa5ba9f8aac1525aa0dd8aa8317f07f33567cd538652cc2763647a10850a
3
  size 577878333
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c1ca632e933339d2bdbf9475d86de3cca1f368a04f0021641944b12ca86d297
3
  size 577878333
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bfd9193ec78032d084d952fa0b4de1220efd5017236b90c83b501a3d728fbdf2
3
  size 4283
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e29181053d463706fbf09a15bc651fdd16a75daf75c4163a40912b81e1582338
3
  size 4283