Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -114,6 +114,6 @@
|
|
114 |
],
|
115 |
"clean_up_tokenization_spaces": true,
|
116 |
"eos_token": "<|endoftext|>",
|
117 |
-
"model_max_length":
|
118 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
119 |
}
|
|
|
114 |
],
|
115 |
"clean_up_tokenization_spaces": true,
|
116 |
"eos_token": "<|endoftext|>",
|
117 |
+
"model_max_length": 1000000000000000019884624838656,
|
118 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
119 |
}
|