"src/targets/vscode:/vscode.git/clone" did not exist on "9fed696033888b3eb596ae6fcf69d31e7f633b8b"
Commit adbfcce1 authored by Baber's avatar Baber
Browse files

fix do_sample

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