LFM2.5-230M-Base / tokenizer_config.json
mini97's picture
Add LFM2.5-230M-Base: BF16 weights, config/tokenizer/chat-template aligned with LFM2.5-230M
9d2be55 verified
Raw
History Blame Contribute Delete
489 Bytes
{
"backend": "tokenizers",
"bos_token": "<|startoftext|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"is_local": true,
"legacy": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<|pad|>",
"sp_model_kwargs": {},
"spaces_between_special_tokens": false,
"tokenizer_class": "TokenizersBackend",
"use_default_system_prompt": false,
"use_fast": true
}