CoolFace
Modelpublic

MathLLMs/MathCoder-VL-8B

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
6likes77downloads
tokenizer_config.json216 linesDownload Raw Back to root
1{2  "added_tokens_decoder": {3    "0": {4      "content": "<unk>",5      "lstrip": false,6      "normalized": false,7      "rstrip": false,8      "single_word": false,9      "special": true10    },11    "1": {12      "content": "<s>",13      "lstrip": false,14      "normalized": false,15      "rstrip": false,16      "single_word": false,17      "special": true18    },19    "2": {20      "content": "</s>",21      "lstrip": false,22      "normalized": false,23      "rstrip": false,24      "single_word": false,25      "special": true26    },27    "92538": {28      "content": "<|plugin|>",29      "lstrip": false,30      "normalized": false,31      "rstrip": false,32      "single_word": false,33      "special": true34    },35    "92539": {36      "content": "<|interpreter|>",37      "lstrip": false,38      "normalized": false,39      "rstrip": false,40      "single_word": false,41      "special": true42    },43    "92540": {44      "content": "<|action_end|>",45      "lstrip": false,46      "normalized": false,47      "rstrip": false,48      "single_word": false,49      "special": true50    },51    "92541": {52      "content": "<|action_start|>",53      "lstrip": false,54      "normalized": false,55      "rstrip": false,56      "single_word": false,57      "special": true58    },59    "92542": {60      "content": "<|im_end|>",61      "lstrip": false,62      "normalized": false,63      "rstrip": false,64      "single_word": false,65      "special": true66    },67    "92543": {68      "content": "<|im_start|>",69      "lstrip": false,70      "normalized": false,71      "rstrip": false,72      "single_word": false,73      "special": true74    },75    "92544": {76      "content": "<img>",77      "lstrip": false,78      "normalized": false,79      "rstrip": false,80      "single_word": false,81      "special": true82    },83    "92545": {84      "content": "</img>",85      "lstrip": false,86      "normalized": false,87      "rstrip": false,88      "single_word": false,89      "special": true90    },91    "92546": {92      "content": "<IMG_CONTEXT>",93      "lstrip": false,94      "normalized": false,95      "rstrip": false,96      "single_word": false,97      "special": true98    },99    "92547": {100      "content": "<quad>",101      "lstrip": false,102      "normalized": false,103      "rstrip": false,104      "single_word": false,105      "special": true106    },107    "92548": {108      "content": "</quad>",109      "lstrip": false,110      "normalized": false,111      "rstrip": false,112      "single_word": false,113      "special": true114    },115    "92549": {116      "content": "<ref>",117      "lstrip": false,118      "normalized": false,119      "rstrip": false,120      "single_word": false,121      "special": true122    },123    "92550": {124      "content": "</ref>",125      "lstrip": false,126      "normalized": false,127      "rstrip": false,128      "single_word": false,129      "special": true130    },131    "92551": {132      "content": "<box>",133      "lstrip": false,134      "normalized": false,135      "rstrip": false,136      "single_word": false,137      "special": true138    },139    "92552": {140      "content": "</box>",141      "lstrip": false,142      "normalized": false,143      "rstrip": false,144      "single_word": false,145      "special": true146    },147    "92553": {148      "content": "<|python|>",149      "lstrip": false,150      "normalized": false,151      "rstrip": false,152      "single_word": false,153      "special": true154    },155    "92554": {156      "content": "<|/python|>",157      "lstrip": false,158      "normalized": false,159      "rstrip": false,160      "single_word": false,161      "special": true162    },163    "92555": {164      "content": "<|execution|>",165      "lstrip": false,166      "normalized": false,167      "rstrip": false,168      "single_word": false,169      "special": true170    },171    "92556": {172      "content": "<|/execution|>",173      "lstrip": false,174      "normalized": false,175      "rstrip": false,176      "single_word": false,177      "special": true178    }179  },180  "additional_special_tokens": [181    "<|im_start|>",182    "<|im_end|>",183    "<|action_start|>",184    "<|action_end|>",185    "<|interpreter|>",186    "<|plugin|>",187    "<img>",188    "</img>",189    "<IMG_CONTEXT>",190    "<quad>",191    "</quad>",192    "<ref>",193    "</ref>",194    "<box>",195    "</box>",196    "<|python|>",197    "<|/python|>",198    "<|execution|>",199    "<|/execution|>"200  ],201  "auto_map": {202    "AutoTokenizer": [203      "tokenization_internlm2.InternLM2Tokenizer",204      null205    ]206  },207  "bos_token": "<s>",208  "chat_template": "{{ bos_token }}{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",209  "clean_up_tokenization_spaces": false,210  "eos_token": "</s>",211  "model_max_length": 4096,212  "pad_token": "</s>",213  "tokenizer_class": "InternLM2Tokenizer",214  "unk_token": "<unk>"215}216