End of training
Browse files- README.md +3 -3
- config.json +1 -2
- generation_config.json +1 -1
- model.safetensors +1 -1
- training_args.bin +2 -2
README.md
CHANGED
|
@@ -50,7 +50,7 @@ The following hyperparameters were used during training:
|
|
| 50 |
|
| 51 |
### Framework versions
|
| 52 |
|
| 53 |
-
- Transformers 4.
|
| 54 |
-
- Pytorch 2.
|
| 55 |
- Datasets 3.6.0
|
| 56 |
-
- Tokenizers 0.21.
|
|
|
|
| 50 |
|
| 51 |
### Framework versions
|
| 52 |
|
| 53 |
+
- Transformers 4.51.3
|
| 54 |
+
- Pytorch 2.6.0+cu124
|
| 55 |
- Datasets 3.6.0
|
| 56 |
+
- Tokenizers 0.21.1
|
config.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "microsoft/speecht5_tts",
|
| 3 |
"activation_dropout": 0.1,
|
| 4 |
"apply_spec_augment": true,
|
| 5 |
"architectures": [
|
|
@@ -85,7 +84,7 @@
|
|
| 85 |
"speech_decoder_prenet_layers": 2,
|
| 86 |
"speech_decoder_prenet_units": 256,
|
| 87 |
"torch_dtype": "float32",
|
| 88 |
-
"transformers_version": "4.
|
| 89 |
"use_cache": true,
|
| 90 |
"use_guided_attention_loss": true,
|
| 91 |
"vocab_size": 81
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"activation_dropout": 0.1,
|
| 3 |
"apply_spec_augment": true,
|
| 4 |
"architectures": [
|
|
|
|
| 84 |
"speech_decoder_prenet_layers": 2,
|
| 85 |
"speech_decoder_prenet_units": 256,
|
| 86 |
"torch_dtype": "float32",
|
| 87 |
+
"transformers_version": "4.51.3",
|
| 88 |
"use_cache": true,
|
| 89 |
"use_guided_attention_loss": true,
|
| 90 |
"vocab_size": 81
|
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.51.3"
|
| 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:97fdb1a17a0d2a3596af04ecd6af9acaf43a589987c6b43886e968d737069e79
|
| 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:0c886824a9fbc0ac52f8a7992af3ce3830918cc3a1401795a318db637c14285c
|
| 3 |
+
size 5240
|