chatglm2-6b / tokenizer_config.json
duzx16
Fix name_or_path in tokenizer_config.json
e186c89
raw history blame
No virus
244 Bytes
{
"name_or_path": "THUDM/chatglm2-6b",
"remove_space": false,
"do_lower_case": false,
"tokenizer_class": "ChatGLMTokenizer",
"auto_map": {
"AutoTokenizer": [
"tokenization_chatglm.ChatGLMTokenizer",
null
]
}
}