Witllm/chatglm/tokenizer_config.json

13 lines
244 B
JSON
Raw Normal View History

2023-12-21 16:53:47 +08:00
{
"name_or_path": "THUDM/chatglm3-6b",
"remove_space": false,
"do_lower_case": false,
"tokenizer_class": "ChatGLMTokenizer",
"auto_map": {
"AutoTokenizer": [
"tokenization_chatglm.ChatGLMTokenizer",
null
]
}
}