Update config.json
Browse files- config.json +3 -1
config.json
CHANGED
@@ -41,7 +41,9 @@
|
|
41 |
"task_specific_params": {
|
42 |
"text-generation": {
|
43 |
"do_sample": true,
|
44 |
-
"max_length": 200
|
|
|
|
|
45 |
}
|
46 |
},
|
47 |
"torch_dtype": "float16",
|
|
|
41 |
"task_specific_params": {
|
42 |
"text-generation": {
|
43 |
"do_sample": true,
|
44 |
+
"max_length": 200,
|
45 |
+
"temperature":0.7,
|
46 |
+
"top_p":0.9
|
47 |
}
|
48 |
},
|
49 |
"torch_dtype": "float16",
|