We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd745f commit 08aaf4aCopy full SHA for 08aaf4a
eval/chat_benchmarks/CodeForces/eval_instruct.py
@@ -62,6 +62,7 @@ def __init__(
62
"""
63
super().__init__(logger=logger, system_instruction=system_instruction)
64
self.debug = debug
65
+ self.seed = seed
66
self.max_new_tokens = max_tokens
67
self.n_repeat = 3
68
self.filter_interaction_questions = True
0 commit comments