full text fixed
Browse files- config.json +1 -1
config.json
CHANGED
@@ -27,7 +27,7 @@
|
|
27 |
"task_specific_params": {
|
28 |
"text-generation": {
|
29 |
"do_sample": true,
|
30 |
-
"return_full_text":
|
31 |
"max_length": 256,
|
32 |
"top_k": 50,
|
33 |
"top_p": 0.95
|
|
|
27 |
"task_specific_params": {
|
28 |
"text-generation": {
|
29 |
"do_sample": true,
|
30 |
+
"return_full_text": false,
|
31 |
"max_length": 256,
|
32 |
"top_k": 50,
|
33 |
"top_p": 0.95
|