biobert_v1.1_biosift / special_tokens_map.json
AshtonIsNotHere's picture
Upload tokenizer
04ad057
raw
history blame contribute delete
228 Bytes
{
"additional_special_tokens": [
"[PAD]",
"[UNK]",
"[CLS]",
"[SEP]",
"[MASK]"
],
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}