chatglm2-6b-int4-Psy / tokenizer_config.json
ChengKang520's picture
Upload 11 files
c53c761
{
"name_or_path": "THUDM/chatglm-6b",
"remove_space": false,
"do_lower_case": false,
"tokenizer_class": "ChatGLMTokenizer",
"auto_map": {
"AutoTokenizer": [
"tokenization_chatglm.ChatGLMTokenizer",
null
]
}
}