CoolFace
Modelpublic

codellama/CodeLlama-13b-Python-hf

sourceHugging Facellama2updated 2y agoView on Hugging Face
51likes421downloads
config.json26 linesDownload Raw Back to root
1{2  "architectures": [3    "LlamaForCausalLM"4  ],5  "bos_token_id": 1,6  "eos_token_id": 2,7  "hidden_act": "silu",8  "hidden_size": 5120,9  "initializer_range": 0.02,10  "intermediate_size": 13824,11  "max_position_embeddings": 16384,12  "model_type": "llama",13  "num_attention_heads": 40,14  "num_hidden_layers": 40,15  "num_key_value_heads": 40,16  "pretraining_tp": 1,17  "rms_norm_eps": 1e-05,18  "rope_scaling": null,19  "rope_theta": 1000000,20  "tie_word_embeddings": false,21  "torch_dtype": "bfloat16",22  "transformers_version": "4.32.0.dev0",23  "use_cache": true,24  "vocab_size": 3200025}26