bert-large-uncased-rte-int8-dynamic-inc / special_tokens_map.json
violetch24's picture
add int8 model
3881b8f
raw
history blame contribute delete
No virus
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}