Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -18,7 +18,7 @@
|
|
18 |
"pretraining_tp": 1,
|
19 |
"rms_norm_eps": 1e-05,
|
20 |
"rope_scaling": {
|
21 |
-
"factor": 10,
|
22 |
"type": "dynamic"
|
23 |
},
|
24 |
"rope_theta": 10000.0,
|
|
|
18 |
"pretraining_tp": 1,
|
19 |
"rms_norm_eps": 1e-05,
|
20 |
"rope_scaling": {
|
21 |
+
"factor": 10.0,
|
22 |
"type": "dynamic"
|
23 |
},
|
24 |
"rope_theta": 10000.0,
|