codegen25-7b-multi-do-not-download / tokenizer_config.json
llm-models's picture
Upload model from checkpoints/codegen25-7b-multi
22569b3 verified
raw
history blame contribute delete
304 Bytes
{
"clean_up_tokenization_spaces": true,
"auto_map": {
"AutoTokenizer": ["tokenization_custom.CustomTokenizer", null]
},
"model_max_length": 512,
"unk_token": "[UNK]",
"pad_token": "[PAD]",
"bos_token": "[BOS]",
"eos_token": "[EOS]",
"tokenizer_class": "CustomTokenizer"
}