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