special_tokens_map.json 161 Bytes
Newer Older
1
2
3
4
5
6
7
8
{
  "pad_token": "[PAD]",
  "unk_token": "[UNK]",
  "cls_token": "[CLS]",
  "sep_token": "[SEP]",
  "mask_token": "[MASK]",
  "sentinel_token": "<extra_id_0>"
}