gutenberg-bert-base-uncased / special_tokens_map.json
sartajbhuvaji's picture
Upload folder using huggingface_hub
50e8cce verified
raw
history blame
132 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}