bert-scratch-wiki-subset / special_tokens_map.json
kirubel1738's picture
Initial upload of BERT-from-scratch model
2f3d763 verified
raw
history blame contribute delete
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}