Luciole-115M / tokenizer_config.json
styal's picture
Upload tokenizer
8408797 verified
{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"eos_token": "<|end_of_text|>",
"extra_special_tokens": [
"<|im_start|>",
"<|im_end|>",
"<|tools|>",
"<tool_call>",
"</tool_call>",
"<think>",
"</think>"
],
"is_local": false,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<pad>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<unk>"
}