distilgpt2-finetuned-es / special_tokens_map.json
ng0-k1's picture
Upload tokenizer
4da9f17
raw
history blame contribute delete
335 Bytes
{
"bos_token": {
"content": "<BOS>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<EOS>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "<EOS>",
"unk_token": "<|endoftext|>"
}