IndicBART-bn-QuestionGeneration / tokenizer_config.json
arijitx's picture
Upload tokenizer_config.json
af2e2d8
raw
history blame
No virus
532 Bytes
{"do_lower_case": false, "remove_space": true, "keep_accents": true, "bos_token": "[CLS]", "eos_token": "[SEP]", "unk_token": "<unk>", "sep_token": "[SEP]", "pad_token": "<pad>", "cls_token": "[CLS]", "mask_token": {"content": "[MASK]", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "use_fast": false, "special_tokens_map_file": "albert-indicunified64k/special_tokens_map.json", "name_or_path": "ai4bharat/IndicBART", "sp_model_kwargs": {}, "tokenizer_class": "AlbertTokenizer"}