x54-729
commited on
Commit
•
12d9a89
1
Parent(s):
6e85777
update rope_scaling
Browse files- config.json +1 -1
config.json
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
"pad_token_id": 2,
|
23 |
"rms_norm_eps": 1e-05,
|
24 |
"rope_scaling": {
|
25 |
-
"factor":
|
26 |
"type": "dynamic"
|
27 |
},
|
28 |
"rope_theta": 1000000,
|
|
|
22 |
"pad_token_id": 2,
|
23 |
"rms_norm_eps": 1e-05,
|
24 |
"rope_scaling": {
|
25 |
+
"factor": 2.0,
|
26 |
"type": "dynamic"
|
27 |
},
|
28 |
"rope_theta": 1000000,
|