Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -13,11 +13,11 @@
|
|
| 13 |
"eos_token_id": 1,
|
| 14 |
"feed_forward_proj": "gated-gelu",
|
| 15 |
"initializer_factor": 1.0,
|
| 16 |
-
"is_encoder_decoder":
|
| 17 |
"is_gated_act": true,
|
| 18 |
"layer_norm_epsilon": 1e-06,
|
| 19 |
"model_type": "t5",
|
| 20 |
-
"num_decoder_layers":
|
| 21 |
"num_heads": 12,
|
| 22 |
"num_layers": 48,
|
| 23 |
"output_past": true,
|
|
|
|
| 13 |
"eos_token_id": 1,
|
| 14 |
"feed_forward_proj": "gated-gelu",
|
| 15 |
"initializer_factor": 1.0,
|
| 16 |
+
"is_encoder_decoder": False,
|
| 17 |
"is_gated_act": true,
|
| 18 |
"layer_norm_epsilon": 1e-06,
|
| 19 |
"model_type": "t5",
|
| 20 |
+
"num_decoder_layers": 0,
|
| 21 |
"num_heads": 12,
|
| 22 |
"num_layers": 48,
|
| 23 |
"output_past": true,
|