Files
smollm3-3b-vllm/loras/better-tool-call/tokenizer_config.json

16 lines
327 B
JSON
Raw Normal View History

2026-04-10 13:55:43 +00:00
{
"backend": "tokenizers",
"bos_token": null,
"clean_up_tokenization_spaces": true,
"eos_token": "<|im_end|>",
"fast": false,
"is_local": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 131072,
"pad_token": "<|im_end|>",
"tokenizer_class": "TokenizersBackend"
}