EfficientLLM-469M / config.json
xrxing's picture
Upload folder using huggingface_hub
a1d8010 verified
raw
history blame contribute delete
945 Bytes
{
"_name_or_path": "/share/xingxingrun/prune_deepspeed/output_500m_40gpu_ft/checkpoint-500000",
"architectures": [
"LlamaForCausalLM"
],
"attention_bias": false,
"attention_dropout": 0.0,
"auto_map": {
"AutoModel": "inverse_llama2.LlamaModel",
"AutoModelForCausalLM": "inverse_llama2.LlamaForCausalLM"
},
"bos_token_id": 0,
"eos_token_id": 0,
"hidden_act": "silu",
"hidden_size": 1195,
"hidden_size_in": 1216,
"initializer_range": 0.02,
"intermediate_size": 3006,
"m_start": 500,
"max_position_embeddings": 2048,
"mlp_bias": false,
"model_type": "llama",
"num_attention_heads": 19,
"num_hidden_layers": 24,
"num_key_value_heads": 19,
"pretraining_tp": 1,
"rms_norm_eps": 1e-05,
"rope_scaling": null,
"rope_theta": 10000.0,
"step_quota": 9,
"tie_word_embeddings": true,
"torch_dtype": "bfloat16",
"transformers_version": "4.42.0",
"use_cache": true,
"vocab_size": 49152
}