divlm-tokenizer / special_tokens_map.json
SajjadAyoubi's picture
Upload tokenizer
5a85082
raw
history blame contribute delete
243 Bytes
{
"additional_special_tokens": [
"[NEWLINE]",
"[URL]",
"[ID]",
"[EMAIL]",
"[SN]",
"[EN]"
],
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}