bert-base-uncased-sst2-PTQ / special_tokens_map.json
yujiepan's picture
Model save
4e07b80
raw
history blame
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}