set do_sample as true (#14)
Browse files- set do_sample as true (283582e1a04c4284681a772864c6f88e5c48755a)
- generation_config.json +1 -0
generation_config.json
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
{
|
|
|
2 |
"temperature": 0.6
|
3 |
}
|
|
|
1 |
{
|
2 |
+
"do_sample": true,
|
3 |
"temperature": 0.6
|
4 |
}
|