CoolFace
Modelpublic

build-small-hackathon/MiniCPM4-8B-PaperProf

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
0likes12downloads
special_tokens_map.json35 linesDownload Raw Back to root
1{2  "additional_special_tokens": [3    "<|im_end|>",4    "<|im_start|>",5    "<|tool_call|>",6    "<|execute_start|>",7    "<|execute_end|>",8    "<|fim_prefix|>",9    "<|fim_middle|>",10    "<|fim_suffix|>"11  ],12  "bos_token": {13    "content": "<s>",14    "lstrip": false,15    "normalized": false,16    "rstrip": false,17    "single_word": false18  },19  "eos_token": {20    "content": "<|im_end|>",21    "lstrip": false,22    "normalized": false,23    "rstrip": false,24    "single_word": false25  },26  "pad_token": "<|im_end|>",27  "unk_token": {28    "content": "<unk>",29    "lstrip": false,30    "normalized": false,31    "rstrip": false,32    "single_word": false33  }34}35