davidggphy
commited on
Commit
•
f56d2bf
1
Parent(s):
dcf069f
Second training. Before training...
Browse files- README.md +4 -10
- config.json +1 -1
- model.safetensors +3 -0
- training_args.bin +2 -2
README.md
CHANGED
@@ -4,6 +4,7 @@ language:
|
|
4 |
license: mit
|
5 |
base_model: microsoft/speecht5_tts
|
6 |
tags:
|
|
|
7 |
- generated_from_trainer
|
8 |
datasets:
|
9 |
- facebook/voxpopuli
|
@@ -18,13 +19,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
# speecht5_finetuned_voxpopuli_es
|
19 |
|
20 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the facebook/voxpopuli dataset.
|
21 |
-
It achieves the following results on the evaluation set:
|
22 |
-
- eval_loss: 0.4635
|
23 |
-
- eval_runtime: 9.3761
|
24 |
-
- eval_samples_per_second: 16.211
|
25 |
-
- eval_steps_per_second: 4.053
|
26 |
-
- epoch: 46.78
|
27 |
-
- step: 2000
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -45,10 +39,10 @@ More information needed
|
|
45 |
The following hyperparameters were used during training:
|
46 |
- learning_rate: 1e-05
|
47 |
- train_batch_size: 8
|
48 |
-
- eval_batch_size:
|
49 |
- seed: 42
|
50 |
-
- gradient_accumulation_steps:
|
51 |
-
- total_train_batch_size:
|
52 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
53 |
- lr_scheduler_type: linear
|
54 |
- lr_scheduler_warmup_steps: 500
|
|
|
4 |
license: mit
|
5 |
base_model: microsoft/speecht5_tts
|
6 |
tags:
|
7 |
+
- text-to-speech
|
8 |
- generated_from_trainer
|
9 |
datasets:
|
10 |
- facebook/voxpopuli
|
|
|
19 |
# speecht5_finetuned_voxpopuli_es
|
20 |
|
21 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the facebook/voxpopuli dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
39 |
The following hyperparameters were used during training:
|
40 |
- learning_rate: 1e-05
|
41 |
- train_batch_size: 8
|
42 |
+
- eval_batch_size: 8
|
43 |
- seed: 42
|
44 |
+
- gradient_accumulation_steps: 8
|
45 |
+
- total_train_batch_size: 64
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_steps: 500
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_dropout": 0.1,
|
4 |
"apply_spec_augment": true,
|
5 |
"architectures": [
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "davidggphy/speecht5_finetuned_voxpopuli_es",
|
3 |
"activation_dropout": 0.1,
|
4 |
"apply_spec_augment": true,
|
5 |
"architectures": [
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09b372b7e658b961999abd3b883afc2ca22e44d49649949ec3afd07a5eb9ebf8
|
3 |
+
size 577789320
|
training_args.bin
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:fae5db1407887c8ff60901df26f7f3b8584ee28b70fce1caaccc30fb08835a2f
|
3 |
+
size 4219
|