Avitas8485 commited on
Commit
5188b2e
1 Parent(s): 280d0af

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: mit
5
+ tags:
6
+ - text-to-speech
7
+ - generated_from_trainer
8
+ datasets:
9
+ - gigaspeech
10
+ model-index:
11
+ - name: speecht5_tts_commonvoice_en_04_test
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_tts_commonvoice_en_04_test
19
+
20
+ This model is a fine-tuned version of [Avitas8485/speecht5_tts_commonvoice_en_03](https://huggingface.co/Avitas8485/speecht5_tts_commonvoice_en_03) on the gigaspeech dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.4270
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: 8
43
+ - eval_batch_size: 8
44
+ - seed: 42
45
+ - gradient_accumulation_steps: 2
46
+ - total_train_batch_size: 16
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_steps: 500
50
+ - training_steps: 2000
51
+ - mixed_precision_training: Native AMP
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss |
56
+ |:-------------:|:-----:|:----:|:---------------:|
57
+ | 0.4662 | 1.95 | 1000 | 0.4328 |
58
+ | 0.465 | 3.9 | 2000 | 0.4270 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.30.0.dev0
64
+ - Pytorch 2.0.1+cu118
65
+ - Datasets 2.13.0
66
+ - Tokenizers 0.13.3