File size: 1,581 Bytes
56321f9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
  "_always_on": false,
  "_deep_router": false,
  "_gateless": false,
  "_global_router": false,
  "_name_or_path": "unsloth/Llama-3.2-1B-Instruct",
  "architectures": [
    "MoeLlamaForCausalLM"
  ],
  "attention_bias": false,
  "attention_dropout": 0.0,
  "auto_map": {
    "AutoConfig": "configuration_moellama.MoeLlamaConfig",
    "AutoModelForCausalLM": "modeling_moellama.MoeLlamaForCausalLM"
  },
  "bos_token_id": 128000,
  "eos_token_id": 128009,
  "head_dim": 64,
  "hidden_act": "silu",
  "hidden_size": 2048,
  "initializer_range": 0.02,
  "intermediate_size": 8192,
  "jitter_noise": 0.0,
  "max_position_embeddings": 131072,
  "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
  ],
  "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": 16,
  "num_key_value_heads": 8,
  "num_local_experts": 3,
  "output_router_logits": false,
  "pad_token_id": 128004,
  "pretraining_tp": 1,
  "rms_norm_eps": 1e-05,
  "rope_scaling": {
    "factor": 32.0,
    "high_freq_factor": 4.0,
    "low_freq_factor": 1.0,
    "original_max_position_embeddings": 8192,
    "rope_type": "llama3"
  },
  "rope_theta": 500000.0,
  "router_aux_loss_coef": 0.1,
  "tie_word_embeddings": true,
  "torch_dtype": "bfloat16",
  "transformers_version": "4.47.1",
  "unsloth_fixed": true,
  "use_cache": true,
  "vocab_size": 128256
}