all-MiniLM-L6-v2-intent-classifier / special_tokens_map.json
BerserkerMother's picture
Add SetFit model
4a0c5ef
raw
history blame
No virus
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}