google-codegemma-7b-HQQ-1bit-smashed / special_tokens_map.json
sharpenb's picture
9120952735c1b58f307b303bff12f7c4937c95f236c0392a0dad5b8534a43e6c
3a0ee84 verified
raw
history blame
555 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": {
"content": "<pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}