File size: 382 Bytes
3204ee8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
{
"backend": "tokenizers",
"bos_token": "<|begin▁of▁sentence|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|end▁of▁sentence|>",
"is_local": true,
"legacy": true,
"model_max_length": 131072,
"pad_token": "<|▁pad▁|>",
"sp_model_kwargs": {},
"tokenizer_class": "TokenizersBackend",
"tool_parser_type": "qwen3_coder",
"unk_token": null
}
|