indic-bert-1-intent / tokenizer_config.json
smsk1999's picture
Upload tokenizer
7ffc9d9 verified
raw
history blame contribute delete
518 Bytes
{
"add_prefix_space": true,
"backend": "tokenizers",
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"do_lower_case": true,
"eos_token": "[SEP]",
"extra_special_tokens": [
"<pad>",
"[CLS]",
"[SEP]",
"[MASK]"
],
"is_local": false,
"keep_accents": false,
"mask_token": "[MASK]",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<pad>",
"sep_token": "[SEP]",
"tokenizer_class": "AlbertTokenizer",
"trim_offsets": true,
"unk_id": 1,
"unk_token": "<unk>"
}