albert-base-v2-finetuned-squad2 / special_tokens_map.json
lauraparra28's picture
Training in progress, step 500
0b3ece3
raw
history blame contribute delete
No virus
173 Bytes
{
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"eos_token": "[SEP]",
"mask_token": "[MASK]",
"pad_token": "<pad>",
"sep_token": "[SEP]",
"unk_token": "<unk>"
}