bert_adaptation_martin_fierro / special_tokens_map.json
MartinRobins's picture
End of training
76eb1fb
raw
history blame
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}