seq2seq-imlla-test / special_tokens_map.json
cartesinus's picture
Add model, config, tokenizer, and custom code
8f9c584 verified
raw
history blame contribute delete
99 Bytes
{
"bos_token": "<bos>",
"eos_token": "<eos>",
"pad_token": "<pad>",
"unk_token": "<unk>"
}