clhaif-simcse-bert-base / special_tokens_map.json
Cqy2019's picture
Upload tokenizer
5c8ac71
raw
history blame
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}