File size: 1,011 Bytes
5ab5405 ed97eb4 5ab5405 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | {
"architectures": [
"LlamaForCausalLM"
],
"attention_bias": false,
"attention_dropout": 0.0,
"bos_token_id": 1,
"capacity_factor_eval": 2.0,
"capacity_factor_train": 1.25,
"drop_tks": true,
"dropout_rate": 0.0,
"dtype": "float32",
"eos_token_id": 2,
"expert_parallel": null,
"gated": true,
"head_dim": 64,
"hidden_act": "silu",
"hidden_size": 768,
"initializer_range": 0.02,
"intermediate_size": 2048,
"layer_norm_epsilon": 1e-06,
"max_position_embeddings": 2048,
"min_capacity": 4,
"mlp_bias": false,
"model_type": "llama",
"moe_layer_interval": 4,
"noisy_policy": null,
"num_attention_heads": 12,
"num_experts": 16,
"num_hidden_layers": 12,
"num_key_value_heads": 12,
"pad_token_id": 0,
"pretraining_tp": 1,
"rms_norm_eps": 1e-06,
"rope_parameters": {
"rope_theta": 10000.0,
"rope_type": "default"
},
"tie_word_embeddings": false,
"topk": 2,
"transformers_version": "5.3.0",
"use_cache": false,
"vocab_size": 256384
}
|