Fix gating: per-element to match g_proj weights (was True/per-head) (#1)
Browse files- Fix gating: per-element to match g_proj weights (was True/per-head) (00ec45ba7f76f37003190cc025442957f7e2164c)
- config.json +1 -1
config.json
CHANGED
|
@@ -39,7 +39,7 @@
|
|
| 39 |
"tie_word_embeddings": false,
|
| 40 |
"use_cache": true,
|
| 41 |
"torch_dtype": "bfloat16",
|
| 42 |
-
"gating":
|
| 43 |
"sliding_window": 0,
|
| 44 |
"rope_parameters": {
|
| 45 |
"full_attention": {
|
|
|
|
| 39 |
"tie_word_embeddings": false,
|
| 40 |
"use_cache": true,
|
| 41 |
"torch_dtype": "bfloat16",
|
| 42 |
+
"gating": "per-element",
|
| 43 |
"sliding_window": 0,
|
| 44 |
"rope_parameters": {
|
| 45 |
"full_attention": {
|