Update config.json
Browse filescorrect nanoT5 defaults
- 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 |
-
"
|
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",
|