qwen-14b-4bit / tokenizer_config.json
ycchen's picture
Upload folder using huggingface_hub
1c4cdb3
raw
history blame contribute delete
No virus
173 Bytes
{
"model_max_length": 8192,
"tokenizer_class": "QWenTokenizer",
"auto_map": {
"AutoTokenizer": [
"tokenization_qwen.QWenTokenizer",
null
]
}
}