distilbert-base-uncased-qa-model-v1 / special_tokens_map.json
hcy5561's picture
Training in progress, step 500
fb86693 verified
raw
history blame contribute delete
132 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}