sentence-bert-swedish-cased / special_tokens_map.json
Lauler's picture
Add model, config and vocab. Initial commit.
b90f2b8
raw
history blame
112 Bytes
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}