wirebert-tokenizer / special_tokens_map.json
nosuchjihyun's picture
Upload tokenizer
f839f6a verified
raw
history blame contribute delete
134 Bytes
{
"bos_token": "<bos>",
"cls_token": "<classification>",
"eos_token": "<eos>",
"pad_token": "<pad>",
"unk_token": "<unk>"
}