update example

This commit is contained in:
Tong Li 2025-03-06 10:54:23 +08:00
parent d03cdea949
commit 7f2ceac5c3

View File

@ -60,7 +60,7 @@ if __name__ == "__main__":
ignore_eos=True, ignore_eos=True,
include_stop_str_in_output=True, include_stop_str_in_output=True,
stop=["</answer>"], stop=["</answer>"],
temperature=0.2, temperature=0.7,
top_p=0.95, top_p=0.95,
) )
) )