tiny-random-LongcatFlashForCausalLM / tokenizer_config.json
hf-transformers-bot's picture
Update tiny models for LongcatFlashForCausalLM
f6363d1 verified
Raw
History Blame Contribute Delete
368 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<longcat_s>",
"clean_up_tokenization_spaces": false,
"eos_token": "</longcat_s>",
"is_local": true,
"local_files_only": false,
"model_max_length": 200,
"pad_token": "<longcat_pad>",
"sp_model_kwargs": {},
"tokenizer_class": "TokenizersBackend",
"unk_token": "<longcat_unk>"
}