Thijmen commited on
Commit
5320707
1 Parent(s): f929d2b

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -7,5 +7,6 @@
7
  "n_ctx": 59,
8
  "d_vocab": 61,
9
  "act_fn": "gelu",
10
- "attn_only": false
 
11
  }
 
7
  "n_ctx": 59,
8
  "d_vocab": 61,
9
  "act_fn": "gelu",
10
+ "attn_only": false,
11
+ "normalization_type": "LNPre"
12
  }