offline-image-kolors / text_encoder /tokenizer_config.json
mahendransh's picture
dual-source mirror of Kwai-Kolors/Kolors
fa0da6f verified
Raw
History Blame Contribute Delete
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
]
}
}