CoolFace
Modelpublic

manifesta/adaption_verified_math_code_instruct

sourceHugging Faceapache-2.0updated 1mo agoView on Hugging Face
0likes48downloads
special_tokens_map.json25 linesDownload Raw Back to root
1{2  "audio_token": "<|audio|>",3  "boa_token": "<|audio>",4  "boi_token": "<|image>",5  "bos_token": "<bos>",6  "eoa_token": "<audio|>",7  "eoc_token": "<channel|>",8  "eoi_token": "<image|>",9  "eos_token": "<eos>",10  "eot_token": "<turn|>",11  "escape_token": "<|\"|>",12  "etc_token": "<tool_call|>",13  "etd_token": "<tool|>",14  "etr_token": "<tool_response|>",15  "image_token": "<|image|>",16  "mask_token": "<mask>",17  "pad_token": "<pad>",18  "soc_token": "<|channel>",19  "sot_token": "<|turn>",20  "stc_token": "<|tool_call>",21  "std_token": "<|tool>",22  "str_token": "<|tool_response>",23  "think_token": "<|think|>",24  "unk_token": "<unk>"25}