robert-large-ro-re / tokenizer_config.json
mimitzu's picture
Upload folder using huggingface_hub
ffcd5c9 verified
Raw
History Blame Contribute Delete
457 Bytes
{
"backend": "tokenizers",
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": true,
"extra_special_tokens": [
"[E1]",
"[/E1]",
"[E2]",
"[/E2]"
],
"is_local": false,
"mask_token": "[MASK]",
"model_max_length": 512,
"never_split": null,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"strip_accents": false,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]"
}