pocketmonkey
commited on
Commit
•
9be7dcf
1
Parent(s):
ccca6d6
End of training
Browse files
README.md
ADDED
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: microsoft/speecht5_tts
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- m-aliabbas/common_voice_urdu1
|
8 |
+
model-index:
|
9 |
+
- name: SpeechT5 TTS urdu
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# SpeechT5 TTS urdu
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the common_voice_urdu1 dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.4796
|
21 |
+
|
22 |
+
## Model description
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Intended uses & limitations
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training and evaluation data
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training procedure
|
35 |
+
|
36 |
+
### Training hyperparameters
|
37 |
+
|
38 |
+
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 1e-05
|
40 |
+
- train_batch_size: 16
|
41 |
+
- eval_batch_size: 8
|
42 |
+
- seed: 42
|
43 |
+
- gradient_accumulation_steps: 2
|
44 |
+
- total_train_batch_size: 32
|
45 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
+
- lr_scheduler_type: linear
|
47 |
+
- lr_scheduler_warmup_steps: 300
|
48 |
+
- training_steps: 10500
|
49 |
+
- mixed_precision_training: Native AMP
|
50 |
+
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
+
|:-------------:|:-------:|:-----:|:---------------:|
|
55 |
+
| 0.5782 | 4.3103 | 500 | 0.5071 |
|
56 |
+
| 0.5248 | 8.6207 | 1000 | 0.4863 |
|
57 |
+
| 0.5125 | 12.9310 | 1500 | 0.4746 |
|
58 |
+
| 0.5081 | 17.2414 | 2000 | 0.4727 |
|
59 |
+
| 0.4967 | 21.5517 | 2500 | 0.4683 |
|
60 |
+
| 0.4905 | 25.8621 | 3000 | 0.4645 |
|
61 |
+
| 0.4794 | 30.1724 | 3500 | 0.4668 |
|
62 |
+
| 0.4829 | 34.4828 | 4000 | 0.4647 |
|
63 |
+
| 0.477 | 38.7931 | 4500 | 0.4645 |
|
64 |
+
| 0.4637 | 43.1034 | 5000 | 0.4710 |
|
65 |
+
| 0.4743 | 47.4138 | 5500 | 0.4683 |
|
66 |
+
| 0.4595 | 51.7241 | 6000 | 0.4695 |
|
67 |
+
| 0.4735 | 56.0345 | 6500 | 0.4684 |
|
68 |
+
| 0.4613 | 60.3448 | 7000 | 0.4724 |
|
69 |
+
| 0.4678 | 64.6552 | 7500 | 0.4732 |
|
70 |
+
| 0.4538 | 68.9655 | 8000 | 0.4723 |
|
71 |
+
| 0.4536 | 73.2759 | 8500 | 0.4747 |
|
72 |
+
| 0.4587 | 77.5862 | 9000 | 0.4740 |
|
73 |
+
| 0.4536 | 81.8966 | 9500 | 0.4762 |
|
74 |
+
| 0.4606 | 86.2069 | 10000 | 0.4768 |
|
75 |
+
| 0.4528 | 90.5172 | 10500 | 0.4796 |
|
76 |
+
|
77 |
+
|
78 |
+
### Framework versions
|
79 |
+
|
80 |
+
- Transformers 4.43.0.dev0
|
81 |
+
- Pytorch 2.3.1+cu121
|
82 |
+
- Datasets 2.20.0
|
83 |
+
- Tokenizers 0.19.1
|
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.43.0.dev0"
|
9 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 577789320
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4679779bd73ddbe5663484d3dcda8e634739ccdf820c855282d91e078c6a8c83
|
3 |
size 577789320
|
runs/Jul22_19-23-09_d34fde1d2e44/events.out.tfevents.1721676197.d34fde1d2e44.268.2
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a31cf2d6b44d01641bd14d21ea6cbba066aafbe4a4086c093529f08806bd0fa0
|
3 |
+
size 101197
|