CoolFace
Modelpublic

LiquidAI/LFM2-VL-450M

sourceHugging Faceotherupdated 3mo agoView on Hugging Face
151likes14kdownloads
special_tokens_map.json28 linesDownload Raw Back to root
1{2  "bos_token": {3    "content": "<|startoftext|>",4    "lstrip": false,5    "normalized": false,6    "rstrip": false,7    "single_word": false8  },9  "eos_token": {10    "content": "<|im_end|>",11    "lstrip": false,12    "normalized": false,13    "rstrip": false,14    "single_word": false15  },16  "image_end_token": "<|image_end|>",17  "image_start_token": "<|image_start|>",18  "image_thumbnail": "<|img_thumbnail|>",19  "image_token": "<image>",20  "pad_token": {21    "content": "<|pad|>",22    "lstrip": false,23    "normalized": false,24    "rstrip": false,25    "single_word": false26  }27}28