Meen15kshi
commited on
End of training
Browse files
README.md
CHANGED
@@ -3,23 +3,20 @@ library_name: transformers
|
|
3 |
license: mit
|
4 |
base_model: microsoft/speecht5_tts
|
5 |
tags:
|
6 |
-
- tts
|
7 |
- generated_from_trainer
|
8 |
-
datasets:
|
9 |
-
- microsoft/speecht5_tts
|
10 |
model-index:
|
11 |
-
- name:
|
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 |
-
#
|
19 |
|
20 |
-
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -38,32 +35,35 @@ More information needed
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
-
- learning_rate:
|
42 |
- train_batch_size: 4
|
43 |
- eval_batch_size: 2
|
44 |
- seed: 42
|
45 |
- gradient_accumulation_steps: 8
|
46 |
- total_train_batch_size: 32
|
47 |
-
- optimizer:
|
48 |
- lr_scheduler_type: linear
|
49 |
- lr_scheduler_warmup_steps: 100
|
50 |
-
- training_steps:
|
51 |
- mixed_precision_training: Native AMP
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss |
|
56 |
|:-------------:|:------:|:----:|:---------------:|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
-
|
|
|
|
|
|
|
|
62 |
|
63 |
|
64 |
### Framework versions
|
65 |
|
66 |
-
- Transformers 4.
|
67 |
-
- Pytorch 2.
|
68 |
- Datasets 3.0.2
|
69 |
-
- Tokenizers 0.
|
|
|
3 |
license: mit
|
4 |
base_model: microsoft/speecht5_tts
|
5 |
tags:
|
|
|
6 |
- generated_from_trainer
|
|
|
|
|
7 |
model-index:
|
8 |
+
- name: speecht5_finetuned_meenakshi_hindiTTS
|
9 |
results: []
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
should probably proofread and complete it, then remove this comment. -->
|
14 |
|
15 |
+
# speecht5_finetuned_meenakshi_hindiTTS
|
16 |
|
17 |
+
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.6188
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 1e-05
|
39 |
- train_batch_size: 4
|
40 |
- eval_batch_size: 2
|
41 |
- seed: 42
|
42 |
- gradient_accumulation_steps: 8
|
43 |
- total_train_batch_size: 32
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 100
|
47 |
+
- training_steps: 800
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
|:-------------:|:------:|:----:|:---------------:|
|
54 |
+
| 1.7715 | 0.2944 | 100 | 1.2450 |
|
55 |
+
| 1.0063 | 0.5889 | 200 | 0.8130 |
|
56 |
+
| 0.8207 | 0.8833 | 300 | 0.7140 |
|
57 |
+
| 0.7584 | 1.1778 | 400 | 0.6656 |
|
58 |
+
| 0.7303 | 1.4722 | 500 | 0.6443 |
|
59 |
+
| 0.7156 | 1.7667 | 600 | 0.6361 |
|
60 |
+
| 0.6937 | 2.0611 | 700 | 0.6176 |
|
61 |
+
| 0.6855 | 2.3555 | 800 | 0.6188 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
65 |
|
66 |
+
- Transformers 4.44.2
|
67 |
+
- Pytorch 2.5.0+cu121
|
68 |
- Datasets 3.0.2
|
69 |
+
- Tokenizers 0.19.1
|
generation_config.json
CHANGED
@@ -5,5 +5,5 @@
|
|
5 |
"eos_token_id": 2,
|
6 |
"max_length": 1876,
|
7 |
"pad_token_id": 1,
|
8 |
-
"transformers_version": "4.
|
9 |
}
|
|
|
5 |
"eos_token_id": 2,
|
6 |
"max_length": 1876,
|
7 |
"pad_token_id": 1,
|
8 |
+
"transformers_version": "4.44.2"
|
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:784549e3177e65b674d771921fc0f61f58980990c26532c14005d544af8c9d68
|
3 |
size 577789320
|
runs/Oct24_09-00-48_2a8668ac24c1/events.out.tfevents.1729760464.2a8668ac24c1.208.0
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:dd0666467870c7d19be8036409d7b133c61cbaa364cfd6e7286e4849850ebb06
|
3 |
+
size 15845
|