new_qwen3 / tokenizer_config.json
Nima-nlc's picture
Training in progress, step 1
3cb25ff
raw
history blame contribute delete
251 Bytes
{
"auto_map": {
"AutoTokenizer": [
"Qwen/Qwen-7B--tokenization_qwen.QWenTokenizer",
null
]
},
"clean_up_tokenization_spaces": true,
"model_max_length": 512,
"padding_side": "right",
"tokenizer_class": "QWenTokenizer"
}