essay-generation / special_tokens_map.json
nuxlear's picture
Upload tokenizer
2c6dbe9
raw
history blame contribute delete
125 Bytes
{
"bos_token": "[BOS]",
"eos_token": "[EOS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"unk_token": "[UNK]"
}