si_bert_intent / special_tokens_map.json
shubh1410's picture
bert finetuned model for intent detection
123e4d6 verified
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}