full-text config fixed
Browse files- config.json +0 -1
config.json
CHANGED
|
@@ -27,7 +27,6 @@
|
|
| 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
|
|
|
|
| 27 |
"task_specific_params": {
|
| 28 |
"text-generation": {
|
| 29 |
"do_sample": true,
|
|
|
|
| 30 |
"max_length": 256,
|
| 31 |
"top_k": 50,
|
| 32 |
"top_p": 0.95
|