Aquila2-7B / tokenizer_config.json
hyxmmm's picture
Update tokenizer_config.json
f563a9e
raw history blame
No virus
244 Bytes
{
"add_prefix_space": false,
"bos_token": "[CLS]",
"clean_up_tokenization_spaces": true,
"eos_token": "</s>",
"model_max_length": 2048,
"padding_side": "right",
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>"
}