mini5-theme1 / tokenizer_config.json
vaibhav9's picture
End of training
caebc45
raw
history blame contribute delete
576 Bytes
{
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": true,
"mask_token": "[MASK]",
"model_max_length": 1000000000000000019884624838656,
"name_or_path": "vaibhav9/mini5-qa",
"never_split": null,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"special_tokens_map_file": "/root/.cache/huggingface/hub/models--mrm8488--bert-mini-5-finetuned-squadv2/snapshots/7c240aba1471ad8f37798ded3aeff8fdd664d09d/special_tokens_map.json",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]"
}