WikiMedical_sent_bert / special_tokens_map.json
samchain's picture
Add new SentenceTransformer model.
7ebc442
raw
history blame
228 Bytes
{
"additional_special_tokens": [
"[PAD]",
"[UNK]",
"[CLS]",
"[SEP]",
"[MASK]"
],
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}