File size: 132 Bytes
3c4e191
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
{
  "cls_token": "[CLS]",
  "mask_token": [
    "PAD"
  ],
  "pad_token": "[PAD]",
  "sep_token": "[SEP]",
  "unk_token": "[UNK]"
}