LongCat-Flash-Lite-4bit / tokenizer_config.json
kernelpool's picture
Add files using upload-large-folder tool
ea039fc verified
raw
history blame contribute delete
375 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<longcat_s>",
"clean_up_tokenization_spaces": false,
"eos_token": "</longcat_s>",
"is_local": true,
"model_max_length": 131072,
"pad_token": "<longcat_pad>",
"sp_model_kwargs": {},
"tokenizer_class": "TokenizersBackend",
"tool_parser_type": "longcat",
"unk_token": "<longcat_unk>"
}