moecule-2x1.1b-m3 / config.json
davzoku's picture
Upload 11 files
73f63ac verified
{
"_always_on": false,
"_deep_router": false,
"_gateless": false,
"_global_router": false,
"_name_or_path": "jeff31415/TinyLlama-1.1B-1T-OpenOrca",
"architectures": [
"MoeLlamaForCausalLM"
],
"attention_bias": false,
"attention_dropout": 0.0,
"auto_map": {
"AutoConfig": "configuration_moellama.MoeLlamaConfig",
"AutoModelForCausalLM": "modeling_moellama.MoeLlamaForCausalLM"
},
"bos_token_id": 1,
"eos_token_id": 2,
"head_dim": 64,
"hidden_act": "silu",
"hidden_size": 2048,
"initializer_range": 0.02,
"intermediate_size": 5632,
"jitter_noise": 0.0,
"max_position_embeddings": 2048,
"mlp_bias": false,
"model_type": "moellama",
"moe_key": false,
"moe_layer_idx": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21
],
"moe_mlp": true,
"moe_mlp_fg": false,
"moe_query": true,
"moe_value": false,
"num_attention_heads": 32,
"num_experts_per_tok": 2,
"num_hidden_layers": 22,
"num_key_value_heads": 4,
"num_local_experts": 2,
"output_router_logits": false,
"pretraining_tp": 1,
"rms_norm_eps": 1e-05,
"rope_scaling": null,
"rope_theta": 10000.0,
"router_aux_loss_coef": 0.1,
"tie_word_embeddings": false,
"torch_dtype": "bfloat16",
"transformers_version": "4.47.1",
"use_cache": true,
"vocab_size": 32000
}