yhavinga commited on
Commit
c6621b1
1 Parent(s): 10e3871

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -2
config.json CHANGED
@@ -8,16 +8,19 @@
8
  "d_kv": 64,
9
  "d_model": 1024,
10
  "decoder_start_token_id": 0,
11
- "dense_act_fn": "gelu_new",
12
  "dropout_rate": 0.01,
 
13
  "eos_token_id": 1,
14
- "feed_forward_proj": "gated-gelu",
15
  "initializer_factor": 1.0,
16
  "is_encoder_decoder": true,
17
  "is_gated_act": true,
18
  "layer_norm_epsilon": 1e-06,
 
19
  "model_type": "t5",
20
  "n_positions": 512,
 
21
  "num_decoder_layers": 24,
22
  "num_heads": 16,
23
  "num_layers": 24,
 
8
  "d_kv": 64,
9
  "d_model": 1024,
10
  "decoder_start_token_id": 0,
11
+ "dense_act_fn": "silu",
12
  "dropout_rate": 0.01,
13
+ "early_stopping": true,
14
  "eos_token_id": 1,
15
+ "feed_forward_proj": "gated-silu",
16
  "initializer_factor": 1.0,
17
  "is_encoder_decoder": true,
18
  "is_gated_act": true,
19
  "layer_norm_epsilon": 1e-06,
20
+ "max_length": 370,
21
  "model_type": "t5",
22
  "n_positions": 512,
23
+ "num_beams": 4,
24
  "num_decoder_layers": 24,
25
  "num_heads": 16,
26
  "num_layers": 24,