distilbert-squad-qa / special_tokens_map.json
HariomSahu's picture
Training run v20250726_220146 - F1: 84.5969, EM: 76.2725
052be9c verified
raw
history blame contribute delete
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}