arqamwadiwala
commited on
Commit
•
1190ed3
1
Parent(s):
56740fc
End of training
Browse files
README.md
ADDED
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: mit
|
4 |
+
base_model: microsoft/speecht5_tts
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
datasets:
|
8 |
+
- m-aliabbas/common_voice_urdu1
|
9 |
+
model-index:
|
10 |
+
- name: TTS urdu
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
# TTS urdu
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the common_voice_urdu1 dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.4753
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 1e-05
|
41 |
+
- train_batch_size: 16
|
42 |
+
- eval_batch_size: 8
|
43 |
+
- seed: 42
|
44 |
+
- gradient_accumulation_steps: 2
|
45 |
+
- total_train_batch_size: 32
|
46 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
47 |
+
- lr_scheduler_type: linear
|
48 |
+
- lr_scheduler_warmup_steps: 300
|
49 |
+
- training_steps: 10500
|
50 |
+
- mixed_precision_training: Native AMP
|
51 |
+
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
55 |
+
|:-------------:|:-------:|:-----:|:---------------:|
|
56 |
+
| 0.5698 | 4.3103 | 500 | 0.5020 |
|
57 |
+
| 0.528 | 8.6207 | 1000 | 0.4814 |
|
58 |
+
| 0.5092 | 12.9310 | 1500 | 0.4693 |
|
59 |
+
| 0.502 | 17.2414 | 2000 | 0.4720 |
|
60 |
+
| 0.4944 | 21.5517 | 2500 | 0.4665 |
|
61 |
+
| 0.4922 | 25.8621 | 3000 | 0.4635 |
|
62 |
+
| 0.4793 | 30.1724 | 3500 | 0.4653 |
|
63 |
+
| 0.4851 | 34.4828 | 4000 | 0.4684 |
|
64 |
+
| 0.4726 | 38.7931 | 4500 | 0.4651 |
|
65 |
+
| 0.4614 | 43.1034 | 5000 | 0.4660 |
|
66 |
+
| 0.4734 | 47.4138 | 5500 | 0.4652 |
|
67 |
+
| 0.4621 | 51.7241 | 6000 | 0.4688 |
|
68 |
+
| 0.4689 | 56.0345 | 6500 | 0.4730 |
|
69 |
+
| 0.4589 | 60.3448 | 7000 | 0.4663 |
|
70 |
+
| 0.4658 | 64.6552 | 7500 | 0.4725 |
|
71 |
+
| 0.4552 | 68.9655 | 8000 | 0.4742 |
|
72 |
+
| 0.4549 | 73.2759 | 8500 | 0.4763 |
|
73 |
+
| 0.4599 | 77.5862 | 9000 | 0.4726 |
|
74 |
+
| 0.4559 | 81.8966 | 9500 | 0.4738 |
|
75 |
+
| 0.4605 | 86.2069 | 10000 | 0.4764 |
|
76 |
+
| 0.4482 | 90.5172 | 10500 | 0.4753 |
|
77 |
+
|
78 |
+
|
79 |
+
### Framework versions
|
80 |
+
|
81 |
+
- Transformers 4.46.0.dev0
|
82 |
+
- Pytorch 2.4.1+cu121
|
83 |
+
- Datasets 3.0.1
|
84 |
+
- Tokenizers 0.20.0
|
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.46.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:95ef63eac08158f19e3fc926757fb2b89b443cf70699493f37e6d286a4d2e3c9
|
3 |
size 577789320
|
runs/Oct03_06-33-42_1d9bc42573fc/events.out.tfevents.1727937231.1d9bc42573fc.1853.1
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:88165784e36958812ee2d8107409172146f466569dc82ec10073603c4e598242
|
3 |
+
size 101228
|