Recommendation_using_BERT / special_tokens_map.json
zakariyafirachine's picture
Upload tokenizer
899e279 verified
raw
history blame
No virus
132 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}