qgallouedec's picture
qgallouedec HF Staff
Upload Qwen3MoeForCausalLM
1b7f0bf verified
Raw
History Blame Contribute Delete
1.02 kB
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": null,
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"errors": "replace",
"is_local": false,
"local_files_only": false,
"model_max_length": 131072,
"pad_token": "<|endoftext|>",
"response_template": {
"defaults": {
"role": "assistant"
},
"fields": {
"content": {
"close_pattern": "<\\|im_end\\|>\\s*",
"content": "text"
},
"reasoning_content": {
"close_pattern": "</think>\\s*",
"content": "text",
"open": "<think>"
},
"tool_calls": {
"close_pattern": "</tool_call>\\s*",
"content": "json",
"open": "<tool_call>",
"repeats": true,
"transform": {
"function": "{content}",
"type": "function"
}
}
},
"start_anchor": "<|im_start|>assistant\n"
},
"split_special_tokens": false,
"tokenizer_class": "Qwen2Tokenizer",
"unk_token": null
}