AndreyBot / tokenizer_config.json
root39058's picture
Create tokenizer_config.json
32143f5 verified
Raw
History Blame Contribute Delete
224 Bytes
{
"vocab_size": 154,
"tokenizer_class": "CustomTokenizer",
"model_max_length": 14,
"padding_side": "right",
"truncation_side": "right",
"special_tokens": {
"pad_token": "[PAD]",
"unk_token": "[UNK]"
}
}