mn-context-engine-model-v3 / tokenizer_config.json
homerquan's picture
Publish mn-context-engine-model-v3 with benchmark report
4019bf0 verified
{
"backend": "tokenizers",
"bos_token": null,
"clean_up_tokenization_spaces": true,
"eos_token": "<|im_end|>",
"fast": false,
"is_local": true,
"local_files_only": false,
"max_length": 8192,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 131072,
"pad_token": "<|im_end|>",
"stride": 0,
"tokenizer_class": "TokenizersBackend",
"truncation_side": "right",
"truncation_strategy": "longest_first"
}