Inteligent_ai / tokenizer_config.json
Mxytyu's picture
Update tokenizer_config.json
933c4fb verified
raw
history blame contribute delete
No virus
225 Bytes
{
"do_lower_case": false,
"model_max_length": 512,
"padding_side": "right",
"special_tokens_map_file": null,
"tokenizer_file": "tokenizer.json",
"unk_token": "<unk>",
"bos_token": "<s>",
"eos_token": "</s>"
}