calm / special_tokens_map.json
ZhiyuanChen's picture
Upload folder using huggingface_hub
b641ec4 verified
raw
history blame contribute delete
No virus
224 Bytes
{
"additional_special_tokens": [
"<null>"
],
"bos_token": "<cls>",
"cls_token": "<cls>",
"eos_token": "<eos>",
"mask_token": "<mask>",
"pad_token": "<pad>",
"sep_token": "<eos>",
"unk_token": "<unk>"
}