Monkey / tokenizer_config.json
echo840's picture
v1.0
8d665fa
raw
history blame contribute delete
No virus
288 Bytes
{
"auto_map": {
"AutoTokenizer": [
"tokenization_qwen.QWenTokenizer",
null
]
},
"clean_up_tokenization_spaces": true,
"model_max_length": 2048,
"padding_side": "right",
"tokenizer_class": "QWenTokenizer",
"trust_remote_code": true,
"use_fast": false
}