divakaivan commited on
Commit
b95136a
1 Parent(s): c42559f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: mit
5
+ base_model: microsoft/speecht5_tts
6
+ tags:
7
+ - scottish
8
+ - tts
9
+ - glaswegian
10
+ - generated_from_trainer
11
+ datasets:
12
+ - divakaivan/glaswegian_audio
13
+ model-index:
14
+ - name: GlaswegianTTS v0.1.0
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
+ # GlaswegianTTS v0.1.0
22
+
23
+ This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the glaswegian_tts_v0.1.0 dataset.
24
+ It achieves the following results on the evaluation set:
25
+ - Loss: 0.7169
26
+
27
+ ## Training and evaluation data
28
+
29
+ [Glaswegian audio clips](https://huggingface.co/datasets/divakaivan/glaswegian_audio) 80% train/test split
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 1e-05
37
+ - train_batch_size: 16
38
+ - eval_batch_size: 8
39
+ - seed: 42
40
+ - gradient_accumulation_steps: 2
41
+ - total_train_batch_size: 32
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - lr_scheduler_warmup_steps: 500
45
+ - training_steps: 4000
46
+ - mixed_precision_training: Native AMP
47
+
48
+ ### Framework versions
49
+
50
+ - Transformers 4.42.0.dev0
51
+ - Pytorch 2.2.1+cu121
52
+ - Datasets 2.19.1
53
+ - Tokenizers 0.19.1