chatglm-6b-int4-qe / tokenizer_config.json
DrSong's picture
Upload ChatGLM-6B-INT4-QE
7586fd3
raw
history blame
378 Bytes
{
"auto_map": {
"AutoTokenizer": [
"tokenization_chatglm.ChatGLMTokenizer",
null
]
},
"do_lower_case": false,
"model_max_length": 2048,
"name_or_path": "THUDM/chatglm-6b",
"pad_token": "<pad>",
"padding_side": "left",
"remove_space": false,
"special_tokens_map_file": null,
"tokenizer_class": "ChatGLMTokenizer",
"unk_token": "<unk>"
}