chatglm2-6b-32k-int4 / tokenizer_config.json
davidlvxin's picture
init
bfd9241
{
"name_or_path": "THUDM/chatglm-6b",
"remove_space": false,
"do_lower_case": false,
"tokenizer_class": "ChatGLMTokenizer",
"auto_map": {
"AutoTokenizer": [
"tokenization_chatglm.ChatGLMTokenizer",
null
]
}
}