Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
|
@@ -117,6 +117,6 @@
|
|
| 117 |
"xla_device": null
|
| 118 |
},
|
| 119 |
"is_encoder_decoder": true,
|
| 120 |
-
|
| 121 |
-
"
|
| 122 |
-
}
|
|
|
|
| 117 |
"xla_device": null
|
| 118 |
},
|
| 119 |
"is_encoder_decoder": true,
|
| 120 |
+
"model_type": "encoder-decoder",
|
| 121 |
+
"tie_encoder_decoder": true
|
| 122 |
+
}
|