End of training
Browse files
README.md
CHANGED
@@ -1,68 +1,62 @@
|
|
1 |
-
---
|
2 |
-
library_name: transformers
|
3 |
-
license: mit
|
4 |
-
base_model: microsoft/speecht5_tts
|
5 |
-
tags:
|
6 |
-
- generated_from_trainer
|
7 |
-
datasets:
|
8 |
-
- common_voice_13_0
|
9 |
-
model-index:
|
10 |
-
- name: speecht5_finetuned_emirhan_tr
|
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 |
-
# speecht5_finetuned_emirhan_tr
|
18 |
-
|
19 |
-
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the common_voice_13_0 dataset.
|
20 |
-
It achieves the following results on the evaluation set:
|
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 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
### Framework versions
|
64 |
-
|
65 |
-
- Transformers 4.44.2
|
66 |
-
- Pytorch 2.4.0+cu121
|
67 |
-
- Datasets 3.0.0
|
68 |
-
- Tokenizers 0.19.1
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: mit
|
4 |
+
base_model: microsoft/speecht5_tts
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
datasets:
|
8 |
+
- common_voice_13_0
|
9 |
+
model-index:
|
10 |
+
- name: speecht5_finetuned_emirhan_tr
|
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 |
+
# speecht5_finetuned_emirhan_tr
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the common_voice_13_0 dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- eval_loss: 0.5463
|
22 |
+
- eval_runtime: 39.7853
|
23 |
+
- eval_samples_per_second: 22.496
|
24 |
+
- eval_steps_per_second: 11.26
|
25 |
+
- epoch: 11.1221
|
26 |
+
- step: 2800
|
27 |
+
|
28 |
+
## Model description
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Intended uses & limitations
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Training and evaluation data
|
37 |
+
|
38 |
+
More information needed
|
39 |
+
|
40 |
+
## Training procedure
|
41 |
+
|
42 |
+
### Training hyperparameters
|
43 |
+
|
44 |
+
The following hyperparameters were used during training:
|
45 |
+
- learning_rate: 0.0001
|
46 |
+
- train_batch_size: 4
|
47 |
+
- eval_batch_size: 2
|
48 |
+
- seed: 42
|
49 |
+
- gradient_accumulation_steps: 8
|
50 |
+
- total_train_batch_size: 32
|
51 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
+
- lr_scheduler_type: linear
|
53 |
+
- lr_scheduler_warmup_steps: 100
|
54 |
+
- training_steps: 5000
|
55 |
+
- mixed_precision_training: Native AMP
|
56 |
+
|
57 |
+
### Framework versions
|
58 |
+
|
59 |
+
- Transformers 4.44.2
|
60 |
+
- Pytorch 1.12.0+cu116
|
61 |
+
- Datasets 3.0.0
|
62 |
+
- Tokenizers 0.19.1
|
|
|
|
|
|
|
|
|
|
|
|
generation_config.json
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
{
|
2 |
-
"max_length": 1876,
|
3 |
-
"transformers_version": "4.44.2"
|
4 |
-
}
|
|
|
1 |
+
{
|
2 |
+
"max_length": 1876,
|
3 |
+
"transformers_version": "4.44.2"
|
4 |
+
}
|
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:97cdfd0ec668eb903f8cda53d5bc9c4eec3c4792303b837c8416940e3b5ba511
|
3 |
size 577789320
|
runs/Sep14_20-14-27_DESKTOP-VALMH2A/events.out.tfevents.1726334069.DESKTOP-VALMH2A
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:25d0df27bac9fbc6b00d86cc5ce0a13c24017e6cb559117491edb647971bcddd
|
3 |
+
size 37724
|