Commit adbfcce1 authored by Baber's avatar Baber
Browse files

fix do_sample

parent cf8a257c
...@@ -151,7 +151,7 @@ if __name__ == "__main__": ...@@ -151,7 +151,7 @@ if __name__ == "__main__":
generation_kwargs = { generation_kwargs = {
"max_gen_toks": dataset2maxlen[df], "max_gen_toks": dataset2maxlen[df],
"temperature": 1, "temperature": 1,
"do_sample": False, "do_sample": True,
} }
raw_doc_to_text = ( raw_doc_to_text = (
dataset2prompt[df] dataset2prompt[df]
......
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