for 1.1
Browse files- tokenizer.json +1 -1
- tokenizer_config.json +1 -1
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
@@ -17,7 +17,7 @@
|
|
17 |
"single_word": false
|
18 |
},
|
19 |
"legacy": false,
|
20 |
-
"max_length":
|
21 |
"model_max_length": 1000000000000000019884624838656,
|
22 |
"pad_token": null,
|
23 |
"padding_side": "right",
|
|
|
17 |
"single_word": false
|
18 |
},
|
19 |
"legacy": false,
|
20 |
+
"max_length": 2048,
|
21 |
"model_max_length": 1000000000000000019884624838656,
|
22 |
"pad_token": null,
|
23 |
"padding_side": "right",
|