Kolors / text_encoder /tokenizer_config.json
dengjincan
init
f681f00
raw
history blame contribute delete
No virus
249 Bytes
{
"name_or_path": "THUDM/chatglm3-6b-base",
"remove_space": false,
"do_lower_case": false,
"tokenizer_class": "ChatGLMTokenizer",
"auto_map": {
"AutoTokenizer": [
"tokenization_chatglm.ChatGLMTokenizer",
null
]
}
}