chatglm2-6b / tokenizer_config.json
LeeSAIF's picture
Update tokenizer_config.json
4b88286
raw
history blame
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
]
}
}