gemma-2-9b-gptq-4bit / special_tokens_map.json
lrl-modelcloud's picture
3511702cac83698e80cbe4c7af0d2016d52fcac13b84593d223823610e8fa565
f48ae2e verified
raw
history blame
No virus
522 Bytes
{
"additional_special_tokens": [
"<start_of_turn>",
"<end_of_turn>"
],
"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": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}