convaiinnovations commited on
Commit
c88b467
·
verified ·
1 Parent(s): 70a712a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -12,7 +12,7 @@
12
  "bos_token_id": 1,
13
  "eos_token_id": 2,
14
  "tie_word_embeddings": true,
15
- "activation_function": "swiglu",
16
  "normalization_layer": "rmsnorm",
17
  "positional_encoding_type": "rope",
18
  "unk_token_id": 3,
 
12
  "bos_token_id": 1,
13
  "eos_token_id": 2,
14
  "tie_word_embeddings": true,
15
+ "hidden_act": "silu",
16
  "normalization_layer": "rmsnorm",
17
  "positional_encoding_type": "rope",
18
  "unk_token_id": 3,