Upload MT5ForConditionalGeneration
Browse files- config.json +3 -3
- generation_config.json +1 -3
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
3 |
"architectures": [
|
4 |
"MT5ForConditionalGeneration"
|
5 |
],
|
@@ -25,7 +25,7 @@
|
|
25 |
"tie_word_embeddings": false,
|
26 |
"tokenizer_class": "T5Tokenizer",
|
27 |
"torch_dtype": "float32",
|
28 |
-
"transformers_version": "4.
|
29 |
"use_cache": true,
|
30 |
-
"vocab_size":
|
31 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "trained/trained/checkpoint-21000",
|
3 |
"architectures": [
|
4 |
"MT5ForConditionalGeneration"
|
5 |
],
|
|
|
25 |
"tie_word_embeddings": false,
|
26 |
"tokenizer_class": "T5Tokenizer",
|
27 |
"torch_dtype": "float32",
|
28 |
+
"transformers_version": "4.31.0",
|
29 |
"use_cache": true,
|
30 |
+
"vocab_size": 40475
|
31 |
}
|
generation_config.json
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
{
|
2 |
"decoder_start_token_id": 0,
|
3 |
-
"do_sample": true,
|
4 |
"eos_token_id": 1,
|
5 |
-
"max_length": 10000,
|
6 |
"pad_token_id": 0,
|
7 |
-
"transformers_version": "4.
|
8 |
}
|
|
|
1 |
{
|
2 |
"decoder_start_token_id": 0,
|
|
|
3 |
"eos_token_id": 1,
|
|
|
4 |
"pad_token_id": 0,
|
5 |
+
"transformers_version": "4.31.0"
|
6 |
}
|
pytorch_model.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:d455fd06392c6c4e2723451641759974547febd8e48a094b3a1493e8faee965a
|
3 |
+
size 342096773
|