Skip to content

Commit

Permalink
Adding a new file
Browse files Browse the repository at this point in the history
  • Loading branch information
siyagoel committed Dec 6, 2024
1 parent 616b30e commit d71d92d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/helm/benchmark/run_specs/lite_run_specs.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,7 @@ def get_mmlu_pro_spec(subject: str, use_chain_of_thought: str = "False", use_few
name=f"mmlu_pro:subset={subject},use_chain_of_thought={use_chain_of_thought_bool}",
scenario_spec=scenario_spec,
adapter_spec=adapter_spec,
metric_specs=get_exact_match_metric_specs()
+ [
MetricSpec(class_name="helm.benchmark.metrics.chain_of_thought_metric.ChainOfThoughtMetric", args={}),
],
metric_specs=get_exact_match_metric_specs(),
groups=["mmlu_pro"],
)

Expand Down

0 comments on commit d71d92d

Please sign in to comment.