Nawah-Router-BERT-6M-v2 / tokenizer_config.json
oddadmix's picture
add tokenizer_config.json
49e2c09 verified
Raw
History Blame Contribute Delete
268 Bytes
{
"backend": "tokenizers",
"bos_token": "<s>",
"eos_token": "</s>",
"is_local": true,
"local_files_only": false,
"mask_token": "<mask>",
"model_max_length": 2048,
"pad_token": "<pad>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<unk>"
}