meg-huggingface
commited on
Commit
·
c949238
1
Parent(s):
7f85059
string parsing error
Browse files
src/backend/run_eval_suite_harness.py
CHANGED
@@ -81,7 +81,7 @@ def run_evaluation(eval_request: EvalRequest, task_names: list, num_fewshot: int
|
|
81 |
device=device,
|
82 |
limit=limit,
|
83 |
write_out=True,
|
84 |
-
gen_kwargs="max_new_tokens=
|
85 |
)
|
86 |
|
87 |
# TODO: For Toxicity, substract from 100.
|
|
|
81 |
device=device,
|
82 |
limit=limit,
|
83 |
write_out=True,
|
84 |
+
gen_kwargs="max_new_tokens=400"
|
85 |
)
|
86 |
|
87 |
# TODO: For Toxicity, substract from 100.
|