my_awesome_model / special_tokens_map.json
evs's picture
Training in progress, epoch 1
1afc946
raw
history blame contribute delete
No virus
96 Bytes
{
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "<pad>",
"unk_token": "<unk>"
}