LFM2.5-1.2B-Thinking-6bit / tokenizer_config.json
prince-canuma's picture
Upload tokenizer_config.json with huggingface_hub (#1)
837c3e0
raw
history blame contribute delete
599 Bytes
{
"additional_special_tokens": null,
"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,
"model_specific_special_tokens": {},
"pad_token": "<|pad|>",
"sp_model_kwargs": {},
"spaces_between_special_tokens": false,
"tool_parser_type": "pythonic",
"tokenizer_class": "TokenizersBackend",
"use_default_system_prompt": false,
"use_fast": true
}