Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanmai committed Jan 24, 2025
1 parent 3087f50 commit a240370
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/helm/benchmark/run_specs/enterprise_run_specs.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ def get_legal_opinion_sentiment_classification_spec() -> RunSpec:
name="legal_opinion_sentiment_classification",
scenario_spec=scenario_spec,
adapter_spec=adapter_spec,
metric_specs=get_exact_match_metric_specs() + _get_weighted_classification_metric_specs(labels=["positive", "neutral", "negative"]),
metric_specs=get_exact_match_metric_specs()
+ _get_weighted_classification_metric_specs(labels=["positive", "neutral", "negative"]),
groups=["legal_opinion_sentiment_classification"],
)

Expand Down

0 comments on commit a240370

Please sign in to comment.