Skip to content

Commit

Permalink
Moving metrics to extended tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelNiklaus committed Dec 11, 2024
1 parent 5a8ca46 commit bab94af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ dependencies = [
"scikit-learn",
"spacy==3.7.2",
"sacrebleu",
"unbabel-comet",
"gemba",
"rouge_score==0.1.2",
"sentencepiece>=0.1.99",
"protobuf==3.20.*", # pinned for sentencepiece compat
Expand All @@ -101,7 +99,9 @@ docs = ["hf-doc-builder", "watchdog"]
extended_tasks = [
"langdetect", # ifeval
"openai", # llm as a judge using openai models
"tiktoken"
"tiktoken",
"unbabel-comet",
"gemba",
]
s3 = ["s3fs"]
multilingual = [
Expand Down

0 comments on commit bab94af

Please sign in to comment.