internlm2-chat-20b-sft / tokenizer_config.json
ZwwWayne
initial commit internlm2-chat-20b-sft model
6ee6bdb
raw history blame
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>"
}