RNAErnie / special_tokens_map.json
Taykhoom's picture
Upload folder using huggingface_hub
7b1fe62 verified
Raw
History Blame Contribute Delete
125 Bytes
{
"pad_token": "[PAD]",
"unk_token": "[UNK]",
"cls_token": "[CLS]",
"sep_token": "[SEP]",
"mask_token": "[MASK]"
}