CoolFace
Modelpublic

MLAdaptiveIntelligence/LLaVAction-7B

sourceHugging Facecc-by-nc-sa-4.0updated 2y agoView on Hugging Face
1likes96downloads
special_tokens_map.json21 linesDownload Raw Back to root
1{2  "additional_special_tokens": [3    "<|im_start|>",4    "<|im_end|>"5  ],6  "eos_token": {7    "content": "<|im_end|>",8    "lstrip": false,9    "normalized": false,10    "rstrip": false,11    "single_word": false12  },13  "pad_token": {14    "content": "<|endoftext|>",15    "lstrip": false,16    "normalized": false,17    "rstrip": false,18    "single_word": false19  }20}21