ntu_adl_span_selection_roberta / special_tokens_map.json
xjlulu's picture
Training in progress, step 500
2f5cb33
raw
history blame
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}