RufusRubin777
commited on
Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -22,9 +22,9 @@
|
|
22 |
"max_position_embeddings": 32768,
|
23 |
"max_window_layers": 21,
|
24 |
"model_type": "GOT",
|
25 |
-
"num_attention_heads":
|
26 |
"num_hidden_layers": 24,
|
27 |
-
"num_key_value_heads":
|
28 |
"rms_norm_eps": 1e-06,
|
29 |
"rope_theta": 1000000.0,
|
30 |
"sliding_window": 32768,
|
|
|
22 |
"max_position_embeddings": 32768,
|
23 |
"max_window_layers": 21,
|
24 |
"model_type": "GOT",
|
25 |
+
"num_attention_heads": 16,
|
26 |
"num_hidden_layers": 24,
|
27 |
+
"num_key_value_heads": 16,
|
28 |
"rms_norm_eps": 1e-06,
|
29 |
"rope_theta": 1000000.0,
|
30 |
"sliding_window": 32768,
|