CoolFace
Modelpublic

replit/replit-code-v1_5-3b

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
316likes263downloads
special_tokens_map.json23 linesDownload Raw Back to root
1{2  "additional_special_tokens": [3    "<fim_prefix>",4    "<fim_middle>",5    "<fim_suffix>",6    "<fim_eot>",7    "<fim_pad>",8    "[INST]",9    "[/INST]",10    "<extra_id_2>",11    "<extra_id_3>",12    "<extra_id_4>",13    "<extra_id_5>",14    "<extra_id_6>",15    "<extra_id_7>",16    "<extra_id_8>",17    "<extra_id_9>",18    "<extra_id_10>"19  ],20  "bos_token": "<|endoftext|>",21  "eos_token": "<|endoftext|>",22  "unk_token": "<|endoftext|>"23}