huggyllama
commited on
Commit
•
9f7b890
1
Parent(s):
c9d4c6e
Update model max length in the tokenizer
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -18,7 +18,7 @@
|
|
18 |
"rstrip": false,
|
19 |
"single_word": false
|
20 |
},
|
21 |
-
"model_max_length":
|
22 |
"pad_token": null,
|
23 |
"sp_model_kwargs": {},
|
24 |
"tokenizer_class": "LlamaTokenizer",
|
|
|
18 |
"rstrip": false,
|
19 |
"single_word": false
|
20 |
},
|
21 |
+
"model_max_length": 2048,
|
22 |
"pad_token": null,
|
23 |
"sp_model_kwargs": {},
|
24 |
"tokenizer_class": "LlamaTokenizer",
|