SonnyCoops commited on
Commit
20d1e60
·
verified ·
1 Parent(s): a15734e

Change swiglu to silu to be compatible with native Transformers integration

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -8,7 +8,7 @@
8
  "num_hidden_layers": 12,
9
  "num_attention_heads": 12,
10
  "intermediate_size": 3072,
11
- "hidden_act": "swiglu",
12
  "hidden_dropout_prob": 0.0,
13
  "attention_probs_dropout_prob": 0.0,
14
  "max_position_embeddings": 8192,
 
8
  "num_hidden_layers": 12,
9
  "num_attention_heads": 12,
10
  "intermediate_size": 3072,
11
+ "hidden_act": "silu",
12
  "hidden_dropout_prob": 0.0,
13
  "attention_probs_dropout_prob": 0.0,
14
  "max_position_embeddings": 8192,