drizzlezyk commited on
Commit
012dace
·
verified ·
1 Parent(s): 12317a5

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +76 -0
config.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "PanguEmbeddedForCausalLM"
4
+ ],
5
+ "auto_map": {
6
+ "AutoConfig": "configuration_openpangu_dense.PanguEmbeddedConfig",
7
+ "AutoModel": "modeling_openpangu_dense.PanguEmbeddedModel",
8
+ "AutoModelForCausalLM": "modeling_openpangu_dense.PanguEmbeddedForCausalLM"
9
+ },
10
+ "model_type": "PanguEmbedded",
11
+ "hidden_size": 4096,
12
+ "intermediate_size": 16384,
13
+ "num_hidden_layers": 27,
14
+ "num_attention_heads": 32,
15
+ "num_nextn_predict_layers": 1,
16
+ "num_key_value_groups": 4,
17
+ "num_key_value_heads": 8,
18
+ "head_dim": 128,
19
+ "v_channels": 128,
20
+ "qk_nope_dim": 96,
21
+ "qk_rope_dim":32,
22
+ "max_position_embeddings": 65536,
23
+ "initializer_range": 0.02,
24
+ "rms_norm_eps": 1e-05,
25
+ "rotary_percent": 0.25,
26
+ "rope_theta": 16000000.0,
27
+ "vocab_size": 153376,
28
+ "hidden_act": "silu",
29
+ "attention_dropout": 0.0,
30
+ "bias": true,
31
+ "tie_word_embeddings": false,
32
+ "torch_dtype": "bfloat16",
33
+ "transformers_version": "4.53.2",
34
+ "use_cache": true,
35
+ "bos_token_id": 1,
36
+ "pad_token_id": 0,
37
+ "eos_token_id": 45892,
38
+ "_attn_implementation": "eager",
39
+ "sliding_window": 128,
40
+ "param_sink_number": 128,
41
+ "param_sink_with_value": true,
42
+ "layer_types": [
43
+ "sliding_attention",
44
+ "full_attention",
45
+ "sliding_attention",
46
+ "full_attention",
47
+ "sliding_attention",
48
+ "full_attention",
49
+ "sliding_attention",
50
+ "full_attention",
51
+ "sliding_attention",
52
+ "full_attention",
53
+ "sliding_attention",
54
+ "full_attention",
55
+ "sliding_attention",
56
+ "full_attention",
57
+ "sliding_attention",
58
+ "full_attention",
59
+ "sliding_attention",
60
+ "full_attention",
61
+ "sliding_attention",
62
+ "full_attention",
63
+ "sliding_attention",
64
+ "full_attention",
65
+ "sliding_attention",
66
+ "full_attention",
67
+ "sliding_attention",
68
+ "full_attention",
69
+ "sliding_attention"
70
+ ],
71
+ "num_sink_tokens": 128,
72
+ "attn_groupnorm": true,
73
+ "attn_elementwise_gate": true,
74
+ "router_sliding_window": 3,
75
+ "router_win_decay": 0.5
76
+ }