no_space_protbert_tokenizer / special_tokens_map.json
lhallee's picture
Upload 3 files
b77b50c verified
raw
history blame contribute delete
125 Bytes
{
"cls_token": "[CLS]",
"eos_token": "[SEP]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"unk_token": "[UNK]"
}