Skip to content

Commit

Permalink
Update metric_pipelines.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ledong0110 authored Sep 9, 2024
1 parent a4ac4ab commit a762806
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/melt/tools/pipelines/metric_pipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ def __init__(self):
"question-answering": [QAMetric, BiasMetric, ToxicityMetric],
"summarization": [SummaryMetric, BiasMetric, ToxicityMetric],
"translation": [TranslationMetric, BiasMetric, ToxicityMetric],
"knowledge-mtpchoice": [QAMetric, BiasMetric, ToxicityMetric],
"knowledge-mtpchoice": [
TextClassificationMetric,
CalibrationMetric,
],
"knowledge-openended": [QAMetric, BiasMetric, ToxicityMetric],
"toxicity-detection": [
TextClassificationMetric,
Expand Down

0 comments on commit a762806

Please sign in to comment.