distilBERT_bio_pv_superset / special_tokens_map.json
commanderstrife's picture
Training in progress, step 500
807a2e9
raw
history blame contribute delete
No virus
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}