Qwen-Audio-Chat / tokenizer_config.json
yangapku's picture
fix bug
373d137
raw
history blame contribute delete
No virus
211 Bytes
{
"auto_map": {
"AutoTokenizer": [
"tokenization_qwen.QWenTokenizer",
null
]
},
"clean_up_tokenization_spaces": true,
"model_max_length": 2048,
"tokenizer_class": "QWenTokenizer"
}