Electra-qa / tokenizer_config.json
vaibhav9's picture
End of training
f0a1d37
raw
history blame contribute delete
526 Bytes
{
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": true,
"full_tokenizer_file": null,
"mask_token": "[MASK]",
"model_max_length": 512,
"name_or_path": "vaibhav9/Electra-qa",
"never_split": null,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"special_tokens_map_file": "/home/vaishali/Documents/deepset/electra-english-qa-tutorial_epochs5/special_tokens_map.json",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "ElectraTokenizer",
"unk_token": "[UNK]"
}