chatglm3-6b / tokenizer_config.json
chielo's picture
Add a fast tokenizer implementation and converter
92670ad
raw
history blame
281 Bytes
{
"name_or_path": "THUDM/chatglm3-6b",
"remove_space": false,
"do_lower_case": false,
"tokenizer_class": "ChatGLMTokenizer",
"auto_map": {
"AutoTokenizer": [
"tokenization_chatglm.ChatGLMTokenizer",
"tokenization_chatglm.ChatGLMTokenizerFast"
]
}
}