bert-base-uncased-sst-2-16-13-smoothed / special_tokens_map.json
simonycl's picture
Upload tokenizer
39ed5b4
raw
history blame
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}