Commit
·
c21248e
1
Parent(s):
5b7a77e
Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -15,9 +15,9 @@
|
|
15 |
"layer_norm_epsilon": 1e-05,
|
16 |
"model_type": "falcon",
|
17 |
"multi_query": true,
|
18 |
-
"
|
19 |
"num_kv_heads": 8,
|
20 |
-
"
|
21 |
"new_decoder_architecture": true,
|
22 |
"parallel_attn": true,
|
23 |
"torch_dtype": "float32",
|
|
|
15 |
"layer_norm_epsilon": 1e-05,
|
16 |
"model_type": "falcon",
|
17 |
"multi_query": true,
|
18 |
+
"num_attention_heads": 16,
|
19 |
"num_kv_heads": 8,
|
20 |
+
"num_hidden_layers": 2,
|
21 |
"new_decoder_architecture": true,
|
22 |
"parallel_attn": true,
|
23 |
"torch_dtype": "float32",
|