Xiang Xu commited on
Commit
980ca64
1 Parent(s): 32efd91

Add hidden_act to config

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -10,6 +10,7 @@
10
  "eos_token_id": 1,
11
  "final_logit_softcapping": 30.0,
12
  "head_dim": 256,
 
13
  "hidden_activation": "gelu_pytorch_tanh",
14
  "hidden_size": 2304,
15
  "initializer_range": 0.02,
 
10
  "eos_token_id": 1,
11
  "final_logit_softcapping": 30.0,
12
  "head_dim": 256,
13
+ "hidden_act": "gelu_pytorch_tanh",
14
  "hidden_activation": "gelu_pytorch_tanh",
15
  "hidden_size": 2304,
16
  "initializer_range": 0.02,