update only the generation params
Browse files- config.json +1 -1
config.json
CHANGED
@@ -34,7 +34,7 @@
|
|
34 |
},
|
35 |
"length_penalty": 0.6,
|
36 |
"max_length": 32,
|
37 |
-
"max_position_embeddings":
|
38 |
"min_length": 0,
|
39 |
"model_type": "bart",
|
40 |
"no_repeat_ngram_size": 3,
|
|
|
34 |
},
|
35 |
"length_penalty": 0.6,
|
36 |
"max_length": 32,
|
37 |
+
"max_position_embeddings": 1024,
|
38 |
"min_length": 0,
|
39 |
"model_type": "bart",
|
40 |
"no_repeat_ngram_size": 3,
|