Update config.json
Browse files- config.json +4 -1
config.json
CHANGED
|
@@ -18,7 +18,10 @@
|
|
| 18 |
"num_key_value_heads": 8,
|
| 19 |
"pretraining_tp": 1,
|
| 20 |
"rms_norm_eps": 1e-05,
|
| 21 |
-
"rope_scaling":
|
|
|
|
|
|
|
|
|
|
| 22 |
"rope_theta": 500000.0,
|
| 23 |
"tie_word_embeddings": false,
|
| 24 |
"torch_dtype": "bfloat16",
|
|
|
|
| 18 |
"num_key_value_heads": 8,
|
| 19 |
"pretraining_tp": 1,
|
| 20 |
"rms_norm_eps": 1e-05,
|
| 21 |
+
"rope_scaling": {
|
| 22 |
+
"factor": 2.0,
|
| 23 |
+
"type": "dynamic"
|
| 24 |
+
},
|
| 25 |
"rope_theta": 500000.0,
|
| 26 |
"tie_word_embeddings": false,
|
| 27 |
"torch_dtype": "bfloat16",
|