Update config.json (#6)
Browse files- Update config.json (050016e5cd5d49f2ec77b1f5cc122986169058ec)
Co-authored-by: Kareem Gamal Mahmoud <[email protected]>
- config.json +1 -0
config.json
CHANGED
@@ -11,6 +11,7 @@
|
|
11 |
"expert_capacity": 64,
|
12 |
"feed_forward_proj": "relu",
|
13 |
"initializer_factor": 1.0,
|
|
|
14 |
"is_encoder_decoder": true,
|
15 |
"is_full_sparse": true,
|
16 |
"is_gated_act": false,
|
|
|
11 |
"expert_capacity": 64,
|
12 |
"feed_forward_proj": "relu",
|
13 |
"initializer_factor": 1.0,
|
14 |
+
"decoder_start_token_id": 0,
|
15 |
"is_encoder_decoder": true,
|
16 |
"is_full_sparse": true,
|
17 |
"is_gated_act": false,
|