gemma-3-sft-peft / special_tokens_map.json
TheMockingJay1013's picture
Upload tokenizer
d141a27 verified
raw
history blame contribute delete
664 Bytes
{
"additional_special_tokens": [
{
"content": "<|im_start|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
],
"boi_token": "<start_of_image>",
"bos_token": "<|im_start|>",
"eoi_token": "<end_of_image>",
"eos_token": "<|im_end|>",
"image_token": "<image_soft_token>",
"pad_token": "<|im_end|>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}