chatglm2-6b-alpaca-gpt4-zh-sft-lora / tokenizer_config.json
dyu's picture
Upload tokenizer
5321b3e
raw
history blame contribute delete
No virus
324 Bytes
{
"auto_map": {
"AutoTokenizer": [
"tokenization_chatglm.ChatGLMTokenizer",
null
]
},
"clean_up_tokenization_spaces": true,
"do_lower_case": false,
"model_max_length": 1000000000000000019884624838656,
"padding_side": "left",
"remove_space": false,
"tokenizer_class": "ChatGLMTokenizer"
}