Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -6,10 +6,10 @@
|
|
| 6 |
"d_kv": 64,
|
| 7 |
"d_model": 768,
|
| 8 |
"decoder_start_token_id": 0,
|
| 9 |
-
"dense_act_fn": "
|
| 10 |
"dropout_rate": 0.1,
|
| 11 |
"eos_token_id": 1,
|
| 12 |
-
"feed_forward_proj": "
|
| 13 |
"initializer_factor": 1.0,
|
| 14 |
"is_encoder_decoder": true,
|
| 15 |
"is_gated_act": true,
|
|
|
|
| 6 |
"d_kv": 64,
|
| 7 |
"d_model": 768,
|
| 8 |
"decoder_start_token_id": 0,
|
| 9 |
+
"dense_act_fn": "gelu",
|
| 10 |
"dropout_rate": 0.1,
|
| 11 |
"eos_token_id": 1,
|
| 12 |
+
"feed_forward_proj": "gelu",
|
| 13 |
"initializer_factor": 1.0,
|
| 14 |
"is_encoder_decoder": true,
|
| 15 |
"is_gated_act": true,
|