CoolFace
Modelpublic

MathLLMs/MathCoder-VL-2B

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
7likes30downloads
special_tokens_map.json76 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      "content": "<|python|>",20      "lstrip": false,21      "normalized": false,22      "rstrip": false,23      "single_word": false24    },25    {26      "content": "<|/python|>",27      "lstrip": false,28      "normalized": false,29      "rstrip": false,30      "single_word": false31    },32    {33      "content": "<|execution|>",34      "lstrip": false,35      "normalized": false,36      "rstrip": false,37      "single_word": false38    },39    {40      "content": "<|/execution|>",41      "lstrip": false,42      "normalized": false,43      "rstrip": false,44      "single_word": false45    }46  ],47  "bos_token": {48    "content": "<s>",49    "lstrip": false,50    "normalized": false,51    "rstrip": false,52    "single_word": false53  },54  "eos_token": {55    "content": "</s>",56    "lstrip": false,57    "normalized": false,58    "rstrip": false,59    "single_word": false60  },61  "pad_token": {62    "content": "</s>",63    "lstrip": false,64    "normalized": false,65    "rstrip": false,66    "single_word": false67  },68  "unk_token": {69    "content": "<unk>",70    "lstrip": false,71    "normalized": false,72    "rstrip": false,73    "single_word": false74  }75}76