Commit
·
e853c2d
1
Parent(s):
51fe924
first commit
Browse files- config.json +3 -1
config.json
CHANGED
|
@@ -29,7 +29,9 @@
|
|
| 29 |
"task_specific_params": {
|
| 30 |
"text-generation": {
|
| 31 |
"do_sample": true,
|
| 32 |
-
"max_length":
|
|
|
|
|
|
|
| 33 |
}
|
| 34 |
},
|
| 35 |
"torch_dtype": "float16",
|
|
|
|
| 29 |
"task_specific_params": {
|
| 30 |
"text-generation": {
|
| 31 |
"do_sample": true,
|
| 32 |
+
"max_length": 100,
|
| 33 |
+
"return_text": false,
|
| 34 |
+
"return_full_text": false
|
| 35 |
}
|
| 36 |
},
|
| 37 |
"torch_dtype": "float16",
|