tasklets_tokenizer_32 / special_tokens_map.json
zaydzuhri's picture
Add tokenizer files
c302615 verified
Raw
History Blame Contribute Delete
120 Bytes
{
"bos_token": "[BOS]",
"eos_token": "[EOS]",
"mask_token": "_",
"pad_token": "[PAD]",
"unk_token": "[UNK]"
}