eggplant-model / tokenizer /special_tokens_map.json
PricedAsh's picture
6cf4c4b0e937f3da65042a62169929cd19d109168d0f5b74318f49c137644c3e
cd10ef5
raw
history blame
460 Bytes
{
"bos_token": {
"content": "<|startoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": "!",
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}