test-model-demo / tokenizer_config.json
Tonysar's picture
Upload tokenizer_config.json - BERT model with custom vocabulary
a3cff94 verified
Raw
History Blame Contribute Delete
305 Bytes
{
"backend": "tokenizers",
"cls_token": "[CLS]",
"is_local": true,
"mask_token": "",
"model_max_length": 512,
"pad_token": "[PAD]",
"padding_side": "right",
"sep_token": "[SEP]",
"tokenizer_class": "TokenizersBackend",
"truncation_side": "right",
"unk_token": "[UNK]"
}