SpliceBERT-1024nt / special_tokens_map.json
Taykhoom's picture
Upload folder using huggingface_hub
fe65700 verified
raw
history blame contribute delete
124 Bytes
{
"cls_token": "[CLS]",
"sep_token": "[SEP]",
"pad_token": "[PAD]",
"mask_token": "[MASK]",
"unk_token": "[UNK]"
}