Commit 694af7d6 authored by lintangsutawika's avatar lintangsutawika
Browse files

remove templerature as do_sample is False

parent 0dc556dc
......@@ -117,7 +117,6 @@ class TaskConfig(dict):
if self.fewshot_delimiter is None
else [self.fewshot_delimiter],
"do_sample": False,
"temperature": 0.0,
}
# TODO: how to make TaskConfigs be de- and re-serializable, even when using the !function constructor?
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment