MiniCheck-DeBERTa-v3-Large / special_tokens_map.json
lytang's picture
Upload tokenizer
c453092 verified
raw
history blame contribute delete
276 Bytes
{
"additional_special_tokens": [
"[PAD]",
"[CLS]",
"[SEP]",
"[UNK]",
"[MASK]"
],
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"eos_token": "[SEP]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}