CoolFace
Modelpublic

EleutherAI/llemma_7b_muinstruct_camelmath

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
2likes26downloads
config.json23 linesDownload Raw Back to root
1{2  "architectures": [3    "LlamaForCausalLM"4  ],5  "bos_token_id": 1,6  "eos_token_id": 0,7  "hidden_act": "silu",8  "hidden_size": 4096,9  "initializer_range": 0.02,10  "intermediate_size": 11008,11  "max_position_embeddings": 4096,12  "model_type": "llama",13  "num_attention_heads": 32,14  "num_hidden_layers": 32,15  "pad_token_id": 0,16  "rms_norm_eps": 1e-06,17  "tie_word_embeddings": false,18  "torch_dtype": "float32",19  "transformers_version": "4.30.2",20  "use_cache": true,21  "vocab_size": 3201622}23