my_awesome_qa_model_w_adapter / special_tokens_map.json
ketong3906's picture
End of training
d3fa1ea
raw
history blame
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}