Upload tokenizer
Browse files- tokenizer_config.json +4 -0
tokenizer_config.json
CHANGED
@@ -16222,6 +16222,10 @@
|
|
16222 |
"clean_up_tokenization_spaces": true,
|
16223 |
"eos_token": "<|endoftext|>",
|
16224 |
"extra_special_tokens": {},
|
|
|
|
|
|
|
|
|
16225 |
"model_max_length": 32768,
|
16226 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
16227 |
}
|
|
|
16222 |
"clean_up_tokenization_spaces": true,
|
16223 |
"eos_token": "<|endoftext|>",
|
16224 |
"extra_special_tokens": {},
|
16225 |
+
"model_input_names": [
|
16226 |
+
"input_ids",
|
16227 |
+
"attention_mask"
|
16228 |
+
],
|
16229 |
"model_max_length": 32768,
|
16230 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
16231 |
}
|