aspctu's picture
Upload folder using huggingface_hub
a88db15 verified
{
"producer": {
"name": "modelopt",
"version": "0.13.1"
},
"architecture": "LlamaForCausalLM",
"dtype": "bfloat16",
"logits_dtype": "float16",
"num_hidden_layers": 80,
"num_attention_heads": 64,
"num_key_value_heads": 8,
"hidden_size": 8192,
"norm_epsilon": 1e-05,
"vocab_size": 128256,
"max_position_embeddings": 131072,
"hidden_act": "silu",
"use_parallel_embedding": true,
"embedding_sharding_dim": 0,
"quantization": {
"quant_algo": "FP8",
"kv_cache_quant_algo": "FP8"
},
"mapping": {
"world_size": 8,
"tp_size": 8,
"pp_size": 1
},
"head_size": 128,
"intermediate_size": 28672,
"position_embedding_type": "rope_gpt_neox",
"share_embedding_table": false,
"residual_mlp": false,
"bias": false,
"rotary_pct": 1.0,
"rank": 0,
"decoder": "llama",
"rmsnorm": true,
"lm_head_bias": false,
"rotary_base": 500000.0,
"rotary_scaling": {
"factor": 8.0,
"low_freq_factor": 1.0,
"high_freq_factor": 4.0,
"original_max_position_embeddings": 8192,
"rope_type": "llama3"
}
}