BERT-Context-based-QA / special_tokens_map.json
BastienHot's picture
Upload V3 of the model
5498c5d verified
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}