hindi-bert-quantized-small / tokenizer_config.json
Nandhakumar370's picture
Upload tokenizer
6a4af95 verified
raw
history blame contribute delete
374 Bytes
{
"backend": "tokenizers",
"cls_token": "[CLS]",
"do_lower_case": false,
"is_local": false,
"lowercase": false,
"mask_token": "[MASK]",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"strip_accents": false,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]"
}