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