Training in progress, step 146
Browse files- README.md +14 -9
- config.json +1 -1
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the common_voice_16_1 dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -37,24 +37,29 @@ More information needed
|
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
- learning_rate: 1e-05
|
40 |
-
- train_batch_size:
|
41 |
- eval_batch_size: 8
|
42 |
- seed: 42
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
-
- lr_scheduler_warmup_steps:
|
46 |
-
- num_epochs:
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the common_voice_16_1 dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.4211
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
- learning_rate: 1e-05
|
40 |
+
- train_batch_size: 32
|
41 |
- eval_batch_size: 8
|
42 |
- seed: 42
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
+
- lr_scheduler_warmup_steps: 100
|
46 |
+
- num_epochs: 10
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|
|
53 |
+
| 0.8081 | 0.99 | 130 | 0.5394 |
|
54 |
+
| 0.5563 | 1.98 | 260 | 0.4533 |
|
55 |
+
| 0.5041 | 2.98 | 390 | 0.4468 |
|
56 |
+
| 0.4962 | 3.97 | 520 | 0.4628 |
|
57 |
+
| 0.495 | 4.96 | 650 | 0.4335 |
|
58 |
+
| 0.4777 | 5.95 | 780 | 0.4259 |
|
59 |
+
| 0.4752 | 6.95 | 910 | 0.4234 |
|
60 |
+
| 0.4673 | 7.94 | 1040 | 0.4229 |
|
61 |
+
| 0.4741 | 8.93 | 1170 | 0.4232 |
|
62 |
+
| 0.4666 | 9.92 | 1300 | 0.4211 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
config.json
CHANGED
@@ -86,7 +86,7 @@
|
|
86 |
"speech_decoder_prenet_units": 256,
|
87 |
"torch_dtype": "float32",
|
88 |
"transformers_version": "4.37.2",
|
89 |
-
"use_cache":
|
90 |
"use_guided_attention_loss": true,
|
91 |
"vocab_size": 81
|
92 |
}
|
|
|
86 |
"speech_decoder_prenet_units": 256,
|
87 |
"torch_dtype": "float32",
|
88 |
"transformers_version": "4.37.2",
|
89 |
+
"use_cache": true,
|
90 |
"use_guided_attention_loss": true,
|
91 |
"vocab_size": 81
|
92 |
}
|
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:f15792b548370ef392939922942049805149b36822d05642a58a68de3af6f9a8
|
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 4399
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a86284ad5f8409a30c10d95d03c6cc21ad42c811bb88f14b26776c223e98656d
|
3 |
size 4399
|