pico-decoder-tiny / special_tokens_map.json
rdiehlmartinez's picture
Saving Tokenizer -- Step 0
0e0d911
raw
history blame
293 Bytes
{
"eos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|padding|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}