CoolFace
Modelpublic

openbmb/MiniCPM5-2B-Base

sourceHugging Faceapache-2.0updated 12d agoView on Hugging Face
28likes9.4kdownloads
config.json28 linesDownload Raw Back to root
1{2    "_name_or_path": "openbmb/MiniCPM5-2B",3    "architectures": [4        "LlamaForCausalLM"5    ],6    "bos_token_id": 0,7    "eos_token_id": [1, 130073],8    "pad_token_id": 1,9    "hidden_act": "silu",10    "hidden_size": 2048,11    "initializer_range": 0.02,12    "intermediate_size": 6144,13    "max_position_embeddings": 524288,14    "model_type": "llama",15    "num_attention_heads": 16,16    "num_hidden_layers": 42,17    "num_key_value_heads": 2,18    "head_dim": 128,19    "rms_norm_eps": 1e-06,20    "rope_theta": 5000000,21    "rope_scaling": null,22    "tie_word_embeddings": false,23    "torch_dtype": "bfloat16",24    "transformers_version": "5.6.2",25    "use_cache": true,26    "vocab_size": 13056027}28