yzhangcs commited on
Commit
9fd69c9
·
1 Parent(s): 2302612

Remove `norm_first` option

Browse files
Files changed (1) hide show
  1. config.json +1 -2
config.json CHANGED
@@ -19,7 +19,6 @@
19
  "max_position_embeddings": 2048,
20
  "model_type": "delta_net",
21
  "norm_eps": 1e-06,
22
- "norm_first": true,
23
  "num_heads": 20,
24
  "num_hidden_layers": 32,
25
  "pad_token_id": 2,
@@ -34,4 +33,4 @@
34
  "use_output_norm": true,
35
  "use_short_conv": true,
36
  "vocab_size": 32000
37
- }
 
19
  "max_position_embeddings": 2048,
20
  "model_type": "delta_net",
21
  "norm_eps": 1e-06,
 
22
  "num_heads": 20,
23
  "num_hidden_layers": 32,
24
  "pad_token_id": 2,
 
33
  "use_output_norm": true,
34
  "use_short_conv": true,
35
  "vocab_size": 32000
36
+ }