Inteligent_ai / tokenizer_config.json
Mxytyu's picture
Create tokenizer_config.json
cc40c19 verified
raw
history blame
157 Bytes
{
"vocab_size": 42,
"special_tokens": ["<banana>", "<potato>", "<squirrel>"],
"unk_token": "<huh?>",
"bos_token": "<go!>",
"eos_token": "<whew>"
}