fix rope scaling
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
| 20 |
"pretraining_tp": 1,
|
| 21 |
"rms_norm_eps": 1e-05,
|
| 22 |
"rope_scaling": {
|
| 23 |
-
"factor":
|
| 24 |
"type": "linear"
|
| 25 |
},
|
| 26 |
"tie_word_embeddings": false,
|
|
|
|
| 20 |
"pretraining_tp": 1,
|
| 21 |
"rms_norm_eps": 1e-05,
|
| 22 |
"rope_scaling": {
|
| 23 |
+
"factor": 32.0,
|
| 24 |
"type": "linear"
|
| 25 |
},
|
| 26 |
"tie_word_embeddings": false,
|