Training in progress, step 1000
Browse files- README.md +64 -54
- config.json +2 -2
- model.safetensors +1 -1
- runs/Nov12_01-51-30_DESKTOP-BOFGR5O/events.out.tfevents.1731356571.DESKTOP-BOFGR5O.28348.0 +3 -0
- runs/Oct22_05-50-37_DESKTOP-BOFGR5O/events.out.tfevents.1729556452.DESKTOP-BOFGR5O.21184.0 +3 -0
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,54 +1,64 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
base_model: microsoft/speecht5_tts
|
4 |
-
tags:
|
5 |
-
- generated_from_trainer
|
6 |
-
model-index:
|
7 |
-
- name: speecht5_finetuned_hindi_mono
|
8 |
-
results: []
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
###
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: microsoft/speecht5_tts
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: speecht5_finetuned_hindi_mono
|
8 |
+
results: []
|
9 |
+
---
|
10 |
+
|
11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
+
should probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
+
# speecht5_finetuned_hindi_mono
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the None dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.4357
|
19 |
+
|
20 |
+
## Model description
|
21 |
+
|
22 |
+
More information needed
|
23 |
+
|
24 |
+
## Intended uses & limitations
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Training and evaluation data
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training procedure
|
33 |
+
|
34 |
+
### Training hyperparameters
|
35 |
+
|
36 |
+
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 1e-05
|
38 |
+
- train_batch_size: 4
|
39 |
+
- eval_batch_size: 2
|
40 |
+
- seed: 42
|
41 |
+
- gradient_accumulation_steps: 8
|
42 |
+
- total_train_batch_size: 32
|
43 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
+
- lr_scheduler_type: linear
|
45 |
+
- lr_scheduler_warmup_steps: 500
|
46 |
+
- training_steps: 4000
|
47 |
+
- mixed_precision_training: Native AMP
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
+
|:-------------:|:-------:|:----:|:---------------:|
|
53 |
+
| 0.5391 | 4.3549 | 1000 | 0.4788 |
|
54 |
+
| 0.4991 | 8.7099 | 2000 | 0.4492 |
|
55 |
+
| 0.4851 | 13.0648 | 3000 | 0.4367 |
|
56 |
+
| 0.4859 | 17.4197 | 4000 | 0.4357 |
|
57 |
+
|
58 |
+
|
59 |
+
### Framework versions
|
60 |
+
|
61 |
+
- Transformers 4.43.3
|
62 |
+
- Pytorch 2.4.0+cu118
|
63 |
+
- Datasets 3.0.1
|
64 |
+
- Tokenizers 0.19.1
|
config.json
CHANGED
@@ -64,7 +64,7 @@
|
|
64 |
"mask_time_length": 10,
|
65 |
"mask_time_min_masks": 2,
|
66 |
"mask_time_prob": 0.05,
|
67 |
-
"max_length":
|
68 |
"max_speech_positions": 1876,
|
69 |
"max_text_positions": 600,
|
70 |
"model_type": "speecht5",
|
@@ -85,7 +85,7 @@
|
|
85 |
"speech_decoder_prenet_layers": 2,
|
86 |
"speech_decoder_prenet_units": 256,
|
87 |
"torch_dtype": "float32",
|
88 |
-
"transformers_version": "4.
|
89 |
"use_cache": false,
|
90 |
"use_guided_attention_loss": true,
|
91 |
"vocab_size": 81
|
|
|
64 |
"mask_time_length": 10,
|
65 |
"mask_time_min_masks": 2,
|
66 |
"mask_time_prob": 0.05,
|
67 |
+
"max_length": null,
|
68 |
"max_speech_positions": 1876,
|
69 |
"max_text_positions": 600,
|
70 |
"model_type": "speecht5",
|
|
|
85 |
"speech_decoder_prenet_layers": 2,
|
86 |
"speech_decoder_prenet_units": 256,
|
87 |
"torch_dtype": "float32",
|
88 |
+
"transformers_version": "4.45.2",
|
89 |
"use_cache": false,
|
90 |
"use_guided_attention_loss": true,
|
91 |
"vocab_size": 81
|
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:2e355f3a9e9b8264d49034a843ba350787de937b0dbd4ea1cc4d41943532c062
|
3 |
size 577789320
|
runs/Nov12_01-51-30_DESKTOP-BOFGR5O/events.out.tfevents.1731356571.DESKTOP-BOFGR5O.28348.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbd5326634b7df0360ba59d1243e34984f850e9a0fc94d355f4fa2b0597b3955
|
3 |
+
size 15298
|
runs/Oct22_05-50-37_DESKTOP-BOFGR5O/events.out.tfevents.1729556452.DESKTOP-BOFGR5O.21184.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:918828db57b2155a843bc9e1a87476249d4e3f80068c8f879299856be13cd388
|
3 |
+
size 7675
|
tokenizer_config.json
CHANGED
@@ -50,7 +50,7 @@
|
|
50 |
}
|
51 |
},
|
52 |
"bos_token": "<s>",
|
53 |
-
"clean_up_tokenization_spaces":
|
54 |
"eos_token": "</s>",
|
55 |
"mask_token": "<mask>",
|
56 |
"model_max_length": 600,
|
|
|
50 |
}
|
51 |
},
|
52 |
"bos_token": "<s>",
|
53 |
+
"clean_up_tokenization_spaces": false,
|
54 |
"eos_token": "</s>",
|
55 |
"mask_token": "<mask>",
|
56 |
"model_max_length": 600,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0997b5324a72d1fd59c7ea1525f34edfce58e28d76bb24b4cc0e8e172652d953
|
3 |
size 5432
|