MSLM_BioBERT_NCBI / special_tokens_map.json
mykela's picture
Biobert fine-tuned on NCBI corpus with ELM-rate of 1.0 and BLM-rate of 0.0
bc9750a
raw
history blame contribute delete
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}