unified_skill_ner_echo / special_tokens_map.json
parnia-naghavi's picture
End of training
acf1b84 verified
raw
history blame contribute delete
No virus
228 Bytes
{
"additional_special_tokens": [
"[PAD]",
"[UNK]",
"[CLS]",
"[SEP]",
"[MASK]"
],
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}