Update config.json
Browse files- config.json +5 -2
config.json
CHANGED
@@ -20,8 +20,11 @@
|
|
20 |
"relative_attention_num_buckets": 32,
|
21 |
"task_specific_params": {
|
22 |
"text-generation": {
|
23 |
-
"
|
24 |
-
"
|
|
|
|
|
|
|
25 |
},
|
26 |
"summarization": {
|
27 |
"early_stopping": true,
|
|
|
20 |
"relative_attention_num_buckets": 32,
|
21 |
"task_specific_params": {
|
22 |
"text-generation": {
|
23 |
+
"early_stopping": true,
|
24 |
+
"do_sample": false,
|
25 |
+
"max_length": 50,
|
26 |
+
"num_beams": 4,
|
27 |
+
"prefix": "paraphrase: "
|
28 |
},
|
29 |
"summarization": {
|
30 |
"early_stopping": true,
|