madhavatreplit
commited on
Commit
•
b85a5dd
1
Parent(s):
7ae75a4
Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
"bos_token": "<|endoftext|>",
|
22 |
"clean_up_tokenization_spaces": false,
|
23 |
"eos_token": "<|endoftext|>",
|
24 |
-
"model_max_length":
|
25 |
"tokenizer_class": "GPTNeoXTokenizer",
|
26 |
"unk_token": "<|endoftext|>"
|
27 |
}
|
|
|
21 |
"bos_token": "<|endoftext|>",
|
22 |
"clean_up_tokenization_spaces": false,
|
23 |
"eos_token": "<|endoftext|>",
|
24 |
+
"model_max_length": 4096,
|
25 |
"tokenizer_class": "GPTNeoXTokenizer",
|
26 |
"unk_token": "<|endoftext|>"
|
27 |
}
|