Newer Model
Browse files- pytorch_model.bin +1 -1
- tokenizer.json +1 -1
- tokenizer_config.json +1 -1
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4924579866
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54fd670ad61df693d9a144362b73cd1b0e9aaa8606f459a32ce73136395fdb02
|
3 |
size 4924579866
|
tokenizer.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
-
"max_length":
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
+
"max_length": 2048,
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
tokenizer_config.json
CHANGED
@@ -27,7 +27,7 @@
|
|
27 |
},
|
28 |
"clean_up_tokenization_spaces": true,
|
29 |
"eos_token": "[EOS]",
|
30 |
-
"model_max_length":
|
31 |
"pad_token": "[EOS]",
|
32 |
"tokenizer_class": "PreTrainedTokenizerFast",
|
33 |
"unk_token": "[UNK]"
|
|
|
27 |
},
|
28 |
"clean_up_tokenization_spaces": true,
|
29 |
"eos_token": "[EOS]",
|
30 |
+
"model_max_length": 2048,
|
31 |
"pad_token": "[EOS]",
|
32 |
"tokenizer_class": "PreTrainedTokenizerFast",
|
33 |
"unk_token": "[UNK]"
|