danieldk-explosion
commited on
Commit
•
24ff3d5
1
Parent(s):
67ecc3a
Disable new decoder architecture
Browse files- config.json +1 -1
config.json
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
"initializer_range": 0.02,
|
23 |
"layer_norm_epsilon": 1e-05,
|
24 |
"model_type": "falcon",
|
25 |
-
"new_decoder_architecture":
|
26 |
"multi_query": true,
|
27 |
"num_attention_heads": 4,
|
28 |
"num_hidden_layers": 5,
|
|
|
22 |
"initializer_range": 0.02,
|
23 |
"layer_norm_epsilon": 1e-05,
|
24 |
"model_type": "falcon",
|
25 |
+
"new_decoder_architecture": false,
|
26 |
"multi_query": true,
|
27 |
"num_attention_heads": 4,
|
28 |
"num_hidden_layers": 5,
|