nougat-api / special_tokens_map.json
kevin-pek's picture
add custom handler.py and upload files
8ccadc6
raw
history blame contribute delete
No virus
96 Bytes
{
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "<pad>",
"unk_token": "<unk>"
}