Training in progress, step 500
Browse files- config.json +1 -1
- generation_config.json +2 -4
- model.safetensors +1 -1
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -84,7 +84,7 @@
|
|
| 84 |
"speech_decoder_prenet_layers": 2,
|
| 85 |
"speech_decoder_prenet_units": 256,
|
| 86 |
"tie_word_embeddings": true,
|
| 87 |
-
"transformers_version": "5.
|
| 88 |
"use_cache": false,
|
| 89 |
"use_guided_attention_loss": false,
|
| 90 |
"vocab_size": 81
|
|
|
|
| 84 |
"speech_decoder_prenet_layers": 2,
|
| 85 |
"speech_decoder_prenet_units": 256,
|
| 86 |
"tie_word_embeddings": true,
|
| 87 |
+
"transformers_version": "5.3.0.dev0",
|
| 88 |
"use_cache": false,
|
| 89 |
"use_guided_attention_loss": false,
|
| 90 |
"vocab_size": 81
|
generation_config.json
CHANGED
|
@@ -2,12 +2,10 @@
|
|
| 2 |
"_from_model_config": true,
|
| 3 |
"bos_token_id": 0,
|
| 4 |
"decoder_start_token_id": 2,
|
| 5 |
-
"eos_token_id":
|
| 6 |
-
2
|
| 7 |
-
],
|
| 8 |
"output_attentions": false,
|
| 9 |
"output_hidden_states": false,
|
| 10 |
"pad_token_id": 1,
|
| 11 |
-
"transformers_version": "5.
|
| 12 |
"use_cache": true
|
| 13 |
}
|
|
|
|
| 2 |
"_from_model_config": true,
|
| 3 |
"bos_token_id": 0,
|
| 4 |
"decoder_start_token_id": 2,
|
| 5 |
+
"eos_token_id": 2,
|
|
|
|
|
|
|
| 6 |
"output_attentions": false,
|
| 7 |
"output_hidden_states": false,
|
| 8 |
"pad_token_id": 1,
|
| 9 |
+
"transformers_version": "5.3.0.dev0",
|
| 10 |
"use_cache": true
|
| 11 |
}
|
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:9c473f2d1430ee645e6632190f228d942c12e08d0a9c0fb67ee481c44083f714
|
| 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 4920
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eefeda2ac945c68d47eb231e50f8626246795f90b91d5ab72b50e549aa18775f
|
| 3 |
size 4920
|