distilbert-base-uncased-fituned-clinc / special_tokens_map.json
Takeshi10Days's picture
Training in progress, step 500
c1c3c02 verified
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}