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