add model
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -39,8 +39,9 @@
|
|
| 39 |
"LABEL_1": 1,
|
| 40 |
"LABEL_2": 2
|
| 41 |
},
|
| 42 |
-
"max_length":
|
| 43 |
"max_position_embeddings": 1024,
|
|
|
|
| 44 |
"model_type": "bart",
|
| 45 |
"no_repeat_ngram_size": 3,
|
| 46 |
"normalize_before": false,
|
|
|
|
| 39 |
"LABEL_1": 1,
|
| 40 |
"LABEL_2": 2
|
| 41 |
},
|
| 42 |
+
"max_length": 1000,
|
| 43 |
"max_position_embeddings": 1024,
|
| 44 |
+
"min_length": 200,
|
| 45 |
"model_type": "bart",
|
| 46 |
"no_repeat_ngram_size": 3,
|
| 47 |
"normalize_before": false,
|