electra_small_finetuned_cluster_8_4 / tokenizer_config.json
Team41-devrev's picture
Upload tokenizer
e5f0181
raw
history blame contribute delete
588 Bytes
{
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": true,
"mask_token": "[MASK]",
"model_max_length": 512,
"name_or_path": "electra_small_finetuned_cluster_8_4",
"never_split": null,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"special_tokens_map_file": "/home/development/arif/.cache/huggingface/hub/models--mrm8488--electra-small-finetuned-squadv2/snapshots/6458b4ecaac7c02715ca7048ecffa095d494d94f/special_tokens_map.json",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "ElectraTokenizer",
"unk_token": "[UNK]"
}