Update config.json
Browse files- config.json +4 -3
config.json
CHANGED
@@ -28,10 +28,11 @@
|
|
28 |
"summary_type": "last",
|
29 |
"summary_use_proj": true,
|
30 |
"task_specific_params": {
|
31 |
-
"
|
32 |
-
"
|
|
|
33 |
}
|
34 |
},
|
35 |
"untie_r": true,
|
36 |
"vocab_size": 32000
|
37 |
-
}
|
|
|
28 |
"summary_type": "last",
|
29 |
"summary_use_proj": true,
|
30 |
"task_specific_params": {
|
31 |
+
"text-generation": {
|
32 |
+
"do_sample": true,
|
33 |
+
"max_length": 250
|
34 |
}
|
35 |
},
|
36 |
"untie_r": true,
|
37 |
"vocab_size": 32000
|
38 |
+
}
|