crow / special_tokens_map.json
dgnk007's picture
Upload tokenizer
8198ffe
raw
history blame contribute delete
95 Bytes
{
"bos_token": "<s>",
"eos_token": "###",
"pad_token": "<pad>",
"unk_token": "<pad>"
}