bert-large-uncased-rte-int8-static-inc / special_tokens_map.json
violetch24's picture
add int8 model
a372eb5
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}