KR-patent-deberta-large / special_tokens_map.json
Lukekim's picture
Upload 12 files
0494871
raw
history blame
No virus
173 Bytes
{
"bos_token": "[BOS]",
"cls_token": "[CLS]",
"eos_token": "[EOS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}