{ | |
"tokenizer_class": "PreTrainedTokenizerFast", | |
"model_type": "qwen3", | |
"vocab_size": 151936, | |
"model_max_length": 8192, | |
"padding_side": "left", | |
"truncation_side": "right", | |
"chat_template": "{% for message in messages %}{{ message.content }}{% endfor %}", | |
"clean_up_tokenization_spaces": false, | |
"split_special_tokens": false, | |
"bos_token": "<|im_start|>", | |
"eos_token": "<|im_end|>", | |
"unk_token": "<UNK>", | |
"pad_token": "<PAD>" | |
} |