poetry-bg / special_tokens_map.json
radi-cho's picture
add tokenizer
4d1e6de
raw
history blame contribute delete
No virus
173 Bytes
{
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"eos_token": "[SEP]",
"mask_token": "[MASK]",
"pad_token": "<pad>",
"sep_token": "[SEP]",
"unk_token": "<unk>"
}