Update config.json
Browse files- config.json +7 -1
config.json
CHANGED
|
@@ -16,7 +16,13 @@
|
|
| 16 |
"num_hidden_layers": 32,
|
| 17 |
"num_key_value_heads": 8,
|
| 18 |
"rms_norm_eps": 1e-05,
|
| 19 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
"sliding_window": null,
|
| 21 |
"tie_word_embeddings": false,
|
| 22 |
"torch_dtype": "bfloat16",
|
|
|
|
| 16 |
"num_hidden_layers": 32,
|
| 17 |
"num_key_value_heads": 8,
|
| 18 |
"rms_norm_eps": 1e-05,
|
| 19 |
+
"rope_scaling": {
|
| 20 |
+
"factor": 16.0,
|
| 21 |
+
"finetuned": true,
|
| 22 |
+
"original_max_position_embeddings": 8192,
|
| 23 |
+
"type": "yarn"
|
| 24 |
+
},
|
| 25 |
+
"rope_theta": 10000.0,
|
| 26 |
"sliding_window": null,
|
| 27 |
"tie_word_embeddings": false,
|
| 28 |
"torch_dtype": "bfloat16",
|