barneystinson
commited on
Commit
•
a9709e8
1
Parent(s):
a08c234
Update max length
Browse files- config.json +2 -2
config.json
CHANGED
@@ -27,8 +27,8 @@
|
|
27 |
"task_specific_params": {
|
28 |
"text-generation": {
|
29 |
"do_sample": true,
|
30 |
-
"temperature":
|
31 |
-
"max_length":
|
32 |
}
|
33 |
},
|
34 |
"torch_dtype": "float16",
|
|
|
27 |
"task_specific_params": {
|
28 |
"text-generation": {
|
29 |
"do_sample": true,
|
30 |
+
"temperature": 0.9,
|
31 |
+
"max_length": 150
|
32 |
}
|
33 |
},
|
34 |
"torch_dtype": "float16",
|