CoolFace
Modelpublic

OpenGVLab/InternVL2-2B

sourceHugging Facemitupdated 2y agoView on Hugging Face
82likes710kdownloads
special_tokens_map.json48 linesDownload Raw Back to root
1{2  "additional_special_tokens": [3    "<|im_start|>",4    "<|im_end|>",5    "<|action_start|>",6    "<|action_end|>",7    "<|interpreter|>",8    "<|plugin|>",9    "<img>",10    "</img>",11    "<IMG_CONTEXT>",12    "<quad>",13    "</quad>",14    "<ref>",15    "</ref>",16    "<box>",17    "</box>"18  ],19  "bos_token": {20    "content": "<s>",21    "lstrip": false,22    "normalized": false,23    "rstrip": false,24    "single_word": false25  },26  "eos_token": {27    "content": "</s>",28    "lstrip": false,29    "normalized": false,30    "rstrip": false,31    "single_word": false32  },33  "pad_token": {34    "content": "</s>",35    "lstrip": false,36    "normalized": false,37    "rstrip": false,38    "single_word": false39  },40  "unk_token": {41    "content": "<unk>",42    "lstrip": false,43    "normalized": false,44    "rstrip": false,45    "single_word": false46  }47}48