ChatGLM-6b-Lora-Combined / tokenizer_config.json
HongzheBi's picture
Upload 6 files
e3f4f16
raw
history blame
513 Bytes
{
"auto_map": {
"AutoTokenizer": [
"THUDM/chatglm-6b--tokenization_chatglm.ChatGLMTokenizer",
null
]
},
"bos_token": "<sop>",
"clean_up_tokenization_spaces": true,
"do_lower_case": false,
"end_token": "</s>",
"eos_token": "<eop>",
"gmask_token": "[gMASK]",
"mask_token": "[MASK]",
"model_max_length": 2048,
"num_image_tokens": 0,
"pad_token": "<pad>",
"padding_side": "left",
"remove_space": false,
"tokenizer_class": "ChatGLMTokenizer",
"unk_token": "<unk>"
}