deberta-v3-base-squad2 / special_tokens_map.json
itsamitkumar's picture
Training in progress, step 500
32ba1fc
{
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"eos_token": "[SEP]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}