cxrmate-tf / special_tokens_map.json
anicolson's picture
Upload tokenizer
168dfcd
raw
history blame
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]"
}