We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c11f8a6 commit 92d4635Copy full SHA for 92d4635
eval/chat_benchmarks/AIW/eval_instruct.py
@@ -23,7 +23,7 @@ def __init__(
23
data_file: str = "eval/chat_benchmarks/AIW/data/aiw_data.json",
24
debug: bool = False,
25
seed: List[int] = [0, 1234, 1234, 1234],
26
- max_tokens: int = 32768,
+ max_tokens: Optional[int] = 32768,
27
logger: Optional[logging.Logger] = None,
28
system_instruction: Optional[str] = None,
29
n_trials: int = 100, # Run 100 trials
0 commit comments