amf_ir_bert_tokens / special_tokens_map.json
Godfrey2712's picture
Upload 3 files
6ca8547 verified
raw
history blame
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}