CoolFace
Modelpublic

dalatexcoder/MiniCPM5-1B-heretic-som

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
1likes23downloads
config.json34 linesDownload Raw Back to root
1{2  "architectures": [3    "LlamaForCausalLM"4  ],5  "attention_bias": false,6  "attention_dropout": 0.0,7  "bos_token_id": 0,8  "dtype": "bfloat16",9  "eos_token_id": [10    1,11    13007312  ],13  "head_dim": 128,14  "hidden_act": "silu",15  "hidden_size": 1536,16  "initializer_range": 0.02,17  "intermediate_size": 4608,18  "max_position_embeddings": 131072,19  "mlp_bias": false,20  "model_type": "llama",21  "num_attention_heads": 16,22  "num_hidden_layers": 24,23  "num_key_value_heads": 2,24  "pad_token_id": 1,25  "pretraining_tp": 1,26  "rms_norm_eps": 1e-06,27  "rope_scaling": null,28  "rope_theta": 5000000,29  "tie_word_embeddings": false,30  "transformers_version": "4.57.6",31  "use_cache": true,32  "vocab_size": 13056033}34