umls-kgi-bert-es / special_tokens_map.json
a-mannion's picture
Upload 6 files
6f1b4a4 verified
raw
history blame contribute delete
262 Bytes
{
"additional_special_tokens": [
"[SY]",
"[RO]",
"[RN]",
"[RB]",
"[CHD]",
"[RQ]",
"[PAR]",
"[HREL]"
],
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}