eagle2 / tokenizer_config.json
dgnk007's picture
Upload tokenizer
4acf39f
raw
history blame contribute delete
No virus
390 Bytes
{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"max_length": 50,
"model_max_length": 1024,
"padding": "max_length",
"stride": 0,
"tokenizer_class": "GPT2Tokenizer",
"truncation": true,
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": "<|endoftext|>"
}