Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -24,7 +24,8 @@
|
|
| 24 |
"rms_norm_eps": 1e-05,
|
| 25 |
"rope_scaling": {
|
| 26 |
"original_max_position_embeddings": 8192,
|
| 27 |
-
"rope_type": "default"
|
|
|
|
| 28 |
},
|
| 29 |
"rope_theta": 500000.0,
|
| 30 |
"tie_word_embeddings": false,
|
|
|
|
| 24 |
"rms_norm_eps": 1e-05,
|
| 25 |
"rope_scaling": {
|
| 26 |
"original_max_position_embeddings": 8192,
|
| 27 |
+
"rope_type": "default",
|
| 28 |
+
"factor": 1.0
|
| 29 |
},
|
| 30 |
"rope_theta": 500000.0,
|
| 31 |
"tie_word_embeddings": false,
|