Update config.json
Browse files- config.json +5 -2
config.json
CHANGED
@@ -21,8 +21,11 @@
|
|
21 |
"pretraining_tp": 1,
|
22 |
"rms_norm_eps": 1e-05,
|
23 |
"rope_scaling": {
|
24 |
-
|
25 |
-
|
|
|
|
|
|
|
26 |
},
|
27 |
"rope_theta": 500000.0,
|
28 |
"tie_word_embeddings": true,
|
|
|
21 |
"pretraining_tp": 1,
|
22 |
"rms_norm_eps": 1e-05,
|
23 |
"rope_scaling": {
|
24 |
+
"factor": 32.0,
|
25 |
+
"high_freq_factor": 4.0,
|
26 |
+
"low_freq_factor": 1.0,
|
27 |
+
"original_max_position_embeddings": 8192,
|
28 |
+
"rope_type": "llama3"
|
29 |
},
|
30 |
"rope_theta": 500000.0,
|
31 |
"tie_word_embeddings": true,
|