pszemraj commited on
Commit
8df0ba4
·
verified ·
1 Parent(s): db5a103

Update config.json

Browse files

correct nanoT5 defaults

Files changed (1) hide show
  1. config.json +1 -2
config.json CHANGED
@@ -13,8 +13,7 @@
13
  "eos_token_id": 2,
14
  "feed_forward_proj": "gated-silu",
15
  "initializer_factor": 1.0,
16
- "is_bf16": true,
17
- "is_encoder_decoder": false,
18
  "is_gated_act": true,
19
  "layer_norm_epsilon": 1e-06,
20
  "model_type": "t5",
 
13
  "eos_token_id": 2,
14
  "feed_forward_proj": "gated-silu",
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",