Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -42,10 +42,10 @@
|
|
42 |
"LABEL_1": 1,
|
43 |
"LABEL_2": 2
|
44 |
},
|
45 |
-
"length_penalty":
|
46 |
"max_length": 142,
|
47 |
"max_position_embeddings": 1024,
|
48 |
-
"min_length":
|
49 |
"model_type": "bart",
|
50 |
"no_repeat_ngram_size": 3,
|
51 |
"normalize_before": false,
|
|
|
42 |
"LABEL_1": 1,
|
43 |
"LABEL_2": 2
|
44 |
},
|
45 |
+
"length_penalty": 1.0,
|
46 |
"max_length": 142,
|
47 |
"max_position_embeddings": 1024,
|
48 |
+
"min_length": 8,
|
49 |
"model_type": "bart",
|
50 |
"no_repeat_ngram_size": 3,
|
51 |
"normalize_before": false,
|