distilbert-base-uncased-squad / special_tokens_map.json
tkarr's picture
upload checkpoint-8000
f7fdfc3
raw
history blame contribute delete
No virus
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}