NSP-bert-test-50 / special_tokens_map.json
rithwik-db's picture
Initial commit of my fine-tuned BERT model and tokenizer
37e9775
raw
history blame contribute delete
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}