We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd1323 commit 12caca1Copy full SHA for 12caca1
classification_task/benchmark_classification.py
@@ -65,7 +65,7 @@ def main():
65
args.dir = exp_configs["dir_path"]
66
system_prompt = exp_configs["system_prompt"]
67
max_tokens = exp_configs["max_mcq_tokens"]
68
-
+ random.seed(41)
69
# Load necessary data
70
turns_data = load_turns_data(args)
71
with open(f"{args.dir}/benchmark_dataset/mcq_options/{args.topic}.json", "r") as infile:
0 commit comments