electramed-small-JNLPBA-ner / tokenizer_config.json
chintagunta85's picture
Training in progress, step 500
4e95223
{
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": true,
"mask_token": "[MASK]",
"name_or_path": "giacomomiolo/electramed_small_scivocab",
"never_split": null,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"special_tokens_map_file": "/root/.cache/huggingface/transformers/074a5ae5229498764ec248259e44aa405939e47eaadf6c4c0d9ddeaaef90d7a2.dd8bd9bfd3664b530ea4e645105f557769387b3da9f79bdb55ed556bdd80611d",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "ElectraTokenizer",
"unk_token": "[UNK]"
}