ZheeRIKO commited on
Commit
a8b50a5
·
1 Parent(s): b764a35

fix rope base

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. README_ZH.md +1 -1
  3. config.json +1 -1
README.md CHANGED
@@ -59,7 +59,7 @@ Megrez2-3x7B-A3B-Preview is a device native large language model. Megrez2 takes
59
  | **Number of Shared Experts** | 4 |
60
  | **Vocabulary Size** | 128,880 |
61
  | **Context Length** | 32K |
62
- | **Base Frequency of RoPE** | 1,000,000 |
63
  | **Attention Mechanism** | GQA |
64
  | **Activation Function** | SwiGLU |
65
  </div>
 
59
  | **Number of Shared Experts** | 4 |
60
  | **Vocabulary Size** | 128,880 |
61
  | **Context Length** | 32K |
62
+ | **Base Frequency of RoPE** | 5,000,000 |
63
  | **Attention Mechanism** | GQA |
64
  | **Activation Function** | SwiGLU |
65
  </div>
README_ZH.md CHANGED
@@ -47,7 +47,7 @@ Megrez2-3x7B-A3B-Preview 是专为终端设备设计的大模型,兼顾MoE的
47
  | **Number of Shared Experts** | 4 |
48
  | **Vocabulary Size** | 128,880 |
49
  | **Context Length** | 32K |
50
- | **Base Frequency of RoPE** | 1,000,000 |
51
  | **Attention Mechanism** | GQA |
52
  | **Activation Function** | SwiGLU |
53
  </div>
 
47
  | **Number of Shared Experts** | 4 |
48
  | **Vocabulary Size** | 128,880 |
49
  | **Context Length** | 32K |
50
+ | **Base Frequency of RoPE** | 5,000,000 |
51
  | **Attention Mechanism** | GQA |
52
  | **Activation Function** | SwiGLU |
53
  </div>
config.json CHANGED
@@ -36,7 +36,7 @@
36
  "pretraining_tp": 1,
37
  "rms_norm_eps": 1e-06,
38
  "rope_scaling": null,
39
- "rope_theta": 1000000,
40
  "routed_scaling_factor": 1.0,
41
  "scoring_func": "softmax",
42
  "seq_aux": true,
 
36
  "pretraining_tp": 1,
37
  "rms_norm_eps": 1e-06,
38
  "rope_scaling": null,
39
+ "rope_theta": 5000000,
40
  "routed_scaling_factor": 1.0,
41
  "scoring_func": "softmax",
42
  "seq_aux": true,