File size: 1,004 Bytes
f2dd14e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "architectures": [
    "LongcatFlashOmniForCausalLM"
  ],
  "attention_bias": false,
  "attention_dropout": 0.0,
  "auto_map": {
      "AutoConfig": "configuration_longcat_flash.LongcatFlashConfig",
      "AutoModel": "modeling_longcat_flash.LongcatFlashModel",
      "AutoModelForCausalLM": "modeling_longcat_flash.LongcatFlashForCausalLM"
  },
  "vocab_size": 131072,
  "hidden_size": 6144,
  "ffn_hidden_size": 12288,
  "expert_ffn_hidden_size": 2048,
  "num_layers": 28,
  "num_attention_heads": 64,
  "kv_lora_rank": 512,
  "q_lora_rank": 1536,
  "qk_rope_head_dim": 64,
  "v_head_dim": 128,
  "qk_nope_head_dim": 128,
  "mla_scale_q_lora": true,
  "mla_scale_kv_lora": true,
  "routed_scaling_factor": 6.0,
  "n_routed_experts": 512,
  "max_position_embeddings": 131072,
  "rms_norm_eps": 1e-5,
  "use_cache": true,
  "bos_token_id": 1,
  "eos_token_id": 2,
  "rope_theta": 10000000.0,
  "attention_method": "MLA",
  "zero_expert_num": 256,
  "zero_expert_type": "identity",
  "moe_topk": 12
}