gemma-1.1-7b-it-mlx-8bit / special_tokens_map.json
batmac's picture
a8bb1ebeb0e937823f908c80fc70696ccf53437cfcc0f02f56fa1fc2a067345e
5f5a379 verified
raw
history blame
No virus
636 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": {
"content": "<pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}