chatglm3-6b-int4 / tokenizer_config.json
dwdcth's picture
Upload 3 files
7f913e1
raw
history blame contribute delete
244 Bytes
{
"name_or_path": "THUDM/chatglm3-6b",
"remove_space": false,
"do_lower_case": false,
"tokenizer_class": "ChatGLMTokenizer",
"auto_map": {
"AutoTokenizer": [
"tokenization_chatglm.ChatGLMTokenizer",
null
]
}
}