automatedstockminingorg
commited on
Commit
•
d67ab84
1
Parent(s):
bdeb046
Upload tokenizer
Browse files- tokenizer_config.json +4 -0
tokenizer_config.json
CHANGED
@@ -199,9 +199,13 @@
|
|
199 |
"clean_up_tokenization_spaces": false,
|
200 |
"eos_token": "<|im_end|>",
|
201 |
"errors": "replace",
|
|
|
202 |
"model_max_length": 131072,
|
203 |
"pad_token": "<|endoftext|>",
|
204 |
"split_special_tokens": false,
|
|
|
205 |
"tokenizer_class": "Qwen2Tokenizer",
|
|
|
|
|
206 |
"unk_token": null
|
207 |
}
|
|
|
199 |
"clean_up_tokenization_spaces": false,
|
200 |
"eos_token": "<|im_end|>",
|
201 |
"errors": "replace",
|
202 |
+
"max_length": 1024,
|
203 |
"model_max_length": 131072,
|
204 |
"pad_token": "<|endoftext|>",
|
205 |
"split_special_tokens": false,
|
206 |
+
"stride": 0,
|
207 |
"tokenizer_class": "Qwen2Tokenizer",
|
208 |
+
"truncation_side": "right",
|
209 |
+
"truncation_strategy": "longest_first",
|
210 |
"unk_token": null
|
211 |
}
|