Use rope_type instead of type
#1
by
ethanc8
- opened
- config.json +1 -1
config.json
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
"rms_norm_eps": 1e-05,
|
22 |
"rope_scaling": {
|
23 |
"factor": 2.0,
|
24 |
-
"
|
25 |
},
|
26 |
"rope_theta": 50000000,
|
27 |
"tie_word_embeddings": false,
|
|
|
21 |
"rms_norm_eps": 1e-05,
|
22 |
"rope_scaling": {
|
23 |
"factor": 2.0,
|
24 |
+
"rope_type": "dynamic"
|
25 |
},
|
26 |
"rope_theta": 50000000,
|
27 |
"tie_word_embeddings": false,
|