Qwen-Audio-Chat / tokenizer_config.json
camenduru's picture
thanks to Qwen ❤
e45b914
raw
history blame contribute delete
211 Bytes
{
"auto_map": {
"AutoTokenizer": [
"tokenization_qwen.QWenTokenizer",
null
]
},
"clean_up_tokenization_spaces": true,
"model_max_length": 8192,
"tokenizer_class": "QWenTokenizer"
}