CoolFace
Modelpublic

scthornton/codellama-13b-securecode

sourceHugging Facellama2updated 2mo agoView on Hugging Face
0likes39downloads
special_tokens_map.json41 linesDownload Raw Back to root
1{2  "additional_special_tokens": [3    "▁<PRE>",4    "▁<MID>",5    "▁<SUF>",6    "▁<EOT>",7    "▁<PRE>",8    "▁<MID>",9    "▁<SUF>",10    "▁<EOT>"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": "</s>",21    "lstrip": false,22    "normalized": false,23    "rstrip": false,24    "single_word": false25  },26  "pad_token": {27    "content": "</s>",28    "lstrip": false,29    "normalized": false,30    "rstrip": false,31    "single_word": false32  },33  "unk_token": {34    "content": "<unk>",35    "lstrip": false,36    "normalized": false,37    "rstrip": false,38    "single_word": false39  }40}41