Update config.json
Browse files- config.json +5 -0
config.json
CHANGED
|
@@ -16,6 +16,11 @@
|
|
| 16 |
"num_hidden_layers": 28,
|
| 17 |
"num_key_value_heads": 4,
|
| 18 |
"rms_norm_eps": 1e-06,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
"rope_theta": 1000000.0,
|
| 20 |
"sliding_window": 131072,
|
| 21 |
"tie_word_embeddings": false,
|
|
|
|
| 16 |
"num_hidden_layers": 28,
|
| 17 |
"num_key_value_heads": 4,
|
| 18 |
"rms_norm_eps": 1e-06,
|
| 19 |
+
"rope_scaling": {
|
| 20 |
+
"factor": 4.0,
|
| 21 |
+
"original_max_position_embeddings": 32768,
|
| 22 |
+
"type": "yarn"
|
| 23 |
+
},
|
| 24 |
"rope_theta": 1000000.0,
|
| 25 |
"sliding_window": 131072,
|
| 26 |
"tie_word_embeddings": false,
|