hf_tiny_llm_58m_sft / tokenizer_config.json
wdndev's picture
update
5d5c6ac
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
]
}
}