tiny-random-Lfm2MoeForCausalLM / tokenizer_config.json
hf-transformers-bot's picture
Update tiny models for Lfm2MoeForCausalLM
1f93be2 verified
Raw
History Blame Contribute Delete
490 Bytes
{
"backend": "tokenizers",
"bos_token": "<|startoftext|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"is_local": true,
"legacy": false,
"local_files_only": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 512,
"pad_token": "<|pad|>",
"sp_model_kwargs": {},
"spaces_between_special_tokens": false,
"tokenizer_class": "TokenizersBackend",
"use_default_system_prompt": false,
"use_fast": true
}