internlm-chat-20b-GPTQ-Int4 / tokenizer_config.json
xiaotinghe's picture
4bit-32g
76f1e5d
raw
history blame contribute delete
No virus
343 Bytes
{
"auto_map": {
"AutoTokenizer": [
"tokenization_internlm.InternLMTokenizer",
null
]
},
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "</s>",
"tokenizer_class": "InternLMTokenizer",
"unk_token": "<unk>"
}