Fill-Mask
Transformers
PyTorch
esm
Inference Endpoints
FusOn-pLM / special_tokens_map.json
svincoff's picture
Upload files for AutoModel
e069ad9 verified
raw
history blame contribute delete
125 Bytes
{
"cls_token": "<cls>",
"eos_token": "<eos>",
"mask_token": "<mask>",
"pad_token": "<pad>",
"unk_token": "<unk>"
}