codegen25-7b-multi-int8-ov / tokenizer_config.json
katuni4ka's picture
Upload 8 files
77e7b01 verified
raw
history blame contribute delete
No virus
515 Bytes
{
"add_eos_token": false,
"added_tokens_decoder": {
"50256": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
}
},
"auto_map": {
"AutoTokenizer": [
"tokenization_codegen25.CodeGen25Tokenizer",
null
]
},
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"model_max_length": 2048,
"pad_token": null,
"tokenizer_class": "CodeGen25Tokenizer"
}