cm231104 / special_tokens_map.json
Adorg's picture
Upload special_tokens_map.json with huggingface_hub
c79f610
raw
history blame contribute delete
290 Bytes
{
"additional_special_tokens": [
"[NF]",
"[NI]",
"[PMT]",
"[PMT-SEP]",
"[NPF]",
"[NPI]"
],
"bos_token": "[BOS]",
"cls_token": "[BOS]",
"eos_token": "[EOS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}