plantbert_space / plantbert_fill_mask_model /special_tokens_map.json
CesarLeblanc's picture
Upload 8 files
cfa1a25 verified
raw
history blame
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}