Add dynamic rope scaling for longer context
Browse files- config.json +4 -1
config.json
CHANGED
@@ -26,7 +26,10 @@
|
|
26 |
"zero_point": true
|
27 |
},
|
28 |
"rms_norm_eps": 1e-05,
|
29 |
-
"rope_scaling":
|
|
|
|
|
|
|
30 |
"rope_theta": 500000.0,
|
31 |
"tie_word_embeddings": false,
|
32 |
"torch_dtype": "float16",
|
|
|
26 |
"zero_point": true
|
27 |
},
|
28 |
"rms_norm_eps": 1e-05,
|
29 |
+
"rope_scaling": {
|
30 |
+
"type": "dynamic",
|
31 |
+
"factor": 4.0
|
32 |
+
},
|
33 |
"rope_theta": 500000.0,
|
34 |
"tie_word_embeddings": false,
|
35 |
"torch_dtype": "float16",
|