Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -41,9 +41,9 @@
|
|
41 |
"LABEL_2": 2
|
42 |
},
|
43 |
"length_penalty": 2.0,
|
44 |
-
"max_length":
|
45 |
"max_position_embeddings": 1024,
|
46 |
-
"min_length":
|
47 |
"model_type": "bart",
|
48 |
"no_repeat_ngram_size": 3,
|
49 |
"normalize_before": false,
|
|
|
41 |
"LABEL_2": 2
|
42 |
},
|
43 |
"length_penalty": 2.0,
|
44 |
+
"max_length": 1024,
|
45 |
"max_position_embeddings": 1024,
|
46 |
+
"min_length": 300,
|
47 |
"model_type": "bart",
|
48 |
"no_repeat_ngram_size": 3,
|
49 |
"normalize_before": false,
|