CoolFace
Modelpublic

HuggingFaceM4/idefics-9b-instruct

sourceHugging Faceotherupdated 3y agoView on Hugging Face
107likes473downloads
special_tokens_map.json12 linesDownload Raw Back to root
1{2  "additional_special_tokens": [3    "<fake_token_around_image>",4    "<image>",5    "<end_of_utterance>"6  ],7  "bos_token": "<s>",8  "eos_token": "</s>",9  "pad_token": "<unk>",10  "unk_token": "<unk>"11}12