joerowell commited on
Commit
167da65
·
1 Parent(s): 4245a3f

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)

Files changed (1) hide show
  1. 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": true,
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": {