Commit
·
3f275c7
1
Parent(s):
5c43667
Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -31,6 +31,7 @@
|
|
31 |
"task_specific_params": {
|
32 |
"text-generation": {
|
33 |
"do_sample": true,
|
|
|
34 |
"max_length": 50
|
35 |
}
|
36 |
},
|
|
|
31 |
"task_specific_params": {
|
32 |
"text-generation": {
|
33 |
"do_sample": true,
|
34 |
+
"temperature": 2.0,
|
35 |
"max_length": 50
|
36 |
}
|
37 |
},
|