CoolFace
Modelpublic

HyzeAI/HyzeMini

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
1likes23downloads
special_tokens_map.json43 linesDownload Raw Back to root
1{2  "additional_special_tokens": [3    "<|endoftext|>",4    "<|im_start|>",5    "<|im_end|>",6    "<repo_name>",7    "<reponame>",8    "<file_sep>",9    "<filename>",10    "<gh_stars>",11    "<issue_start>",12    "<issue_comment>",13    "<issue_closed>",14    "<jupyter_start>",15    "<jupyter_text>",16    "<jupyter_code>",17    "<jupyter_output>",18    "<jupyter_script>",19    "<empty_output>"20  ],21  "bos_token": {22    "content": "<|endoftext|>",23    "lstrip": false,24    "normalized": false,25    "rstrip": false,26    "single_word": false27  },28  "eos_token": {29    "content": "<|endoftext|>",30    "lstrip": false,31    "normalized": false,32    "rstrip": false,33    "single_word": false34  },35  "unk_token": {36    "content": "<|endoftext|>",37    "lstrip": false,38    "normalized": false,39    "rstrip": false,40    "single_word": false41  }42}43