CoolFace
Modelpublic

codellama/CodeLlama-13b-Python-hf

sourceHugging Facellama2updated 2y agoView on Hugging Face
51likes416downloads
special_tokens_map.json24 linesDownload Raw Back to root
1{2  "bos_token": {3    "content": "<s>",4    "lstrip": false,5    "normalized": true,6    "rstrip": false,7    "single_word": false8  },9  "eos_token": {10    "content": "</s>",11    "lstrip": false,12    "normalized": true,13    "rstrip": false,14    "single_word": false15  },16  "unk_token": {17    "content": "<unk>",18    "lstrip": false,19    "normalized": true,20    "rstrip": false,21    "single_word": false22  }23}24