Kareem Gamal Mahmoud
commited on
Commit
·
dd26a35
1
Parent(s):
b59e73b
Update config.json
Browse filesThe decoder_start_token_id has been forgotten for this model as well.
- config.json +1 -0
config.json
CHANGED
|
@@ -14,6 +14,7 @@
|
|
| 14 |
"expert_capacity": 64,
|
| 15 |
"feed_forward_proj": "relu",
|
| 16 |
"initializer_factor": 1.0,
|
|
|
|
| 17 |
"is_encoder_decoder": true,
|
| 18 |
"is_gated_act": false,
|
| 19 |
"layer_norm_epsilon": 1e-06,
|
|
|
|
| 14 |
"expert_capacity": 64,
|
| 15 |
"feed_forward_proj": "relu",
|
| 16 |
"initializer_factor": 1.0,
|
| 17 |
+
"decoder_start_token_id": 0,
|
| 18 |
"is_encoder_decoder": true,
|
| 19 |
"is_gated_act": false,
|
| 20 |
"layer_norm_epsilon": 1e-06,
|