Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -65,6 +65,7 @@
|
|
65 |
"task_specific_params": {
|
66 |
"text-generation": {
|
67 |
"do_sample": true,
|
|
|
68 |
"max_length": 50
|
69 |
}
|
70 |
}
|
|
|
65 |
"task_specific_params": {
|
66 |
"text-generation": {
|
67 |
"do_sample": true,
|
68 |
+
"temperature": 0.9,
|
69 |
"max_length": 50
|
70 |
}
|
71 |
}
|