bert-base-uncased-itr1 / special_tokens_map.json
MeanBean-05's picture
uploaded the model weights and the tokenizer. (#1)
196c761 verified
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}