CoolFace
Modelpublic

HelpingAI/HelpingAI2.5-10B

sourceHugging Faceotherupdated 1y agoView on Hugging Face
8likes45downloads
config.json36 linesDownload Raw Back to root
1{2  "architectures": [3    "LlamaForCausalLM"4  ],5  "attention_bias": false,6  "attention_dropout": 0.0,7  "bos_token_id": 128000,8  "eos_token_id": [9    128001,10    128008,11    12800912  ],13  "head_dim": 128,14  "hidden_act": "silu",15  "hidden_size": 4096,16  "initializer_range": 0.02,17  "intermediate_size": 14336,18  "max_position_embeddings": 131072,19  "mlp_bias": false,20  "model_type": "llama",21  "num_attention_heads": 32,22  "num_hidden_layers": 42,23  "num_key_value_heads": 8,24  "pad_token_id": 128004,25  "pretraining_tp": 1,26  "rms_norm_eps": 1e-05,27  "rope_scaling": null,28  "rope_theta": 500000.0,29  "tie_word_embeddings": false,30  "torch_dtype": "bfloat16",31  "transformers_version": "4.47.0.dev0",32  "unsloth_version": "2024.10.7",33  "use_cache": true,34  "vocab_size": 12825635}36