revert the temperature to 0.2 (#22)
Browse files- update temperature (fd57b5a7d4dff137ecf9f665ee697a5bf917c001)
- generation_config.json +1 -1
generation_config.json
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
{
|
2 |
"do_sample": true,
|
3 |
-
"temperature": 0.
|
4 |
}
|
|
|
1 |
{
|
2 |
"do_sample": true,
|
3 |
+
"temperature": 0.2
|
4 |
}
|