Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -125,6 +125,6 @@
|
|
125 |
"is_encoder_decoder": true,
|
126 |
"max_length": 142,
|
127 |
"min_length": 56,
|
128 |
-
"model_type": "
|
129 |
"no_repeat_ngram_size": 3
|
130 |
-
}
|
|
|
125 |
"is_encoder_decoder": true,
|
126 |
"max_length": 142,
|
127 |
"min_length": 56,
|
128 |
+
"model_type": "encoder-decoder",
|
129 |
"no_repeat_ngram_size": 3
|
130 |
+
}
|