Skip to content

Commit

Permalink
test: update after ChrF removed
Browse files Browse the repository at this point in the history
(cherry picked from commit 0426c3f)
  • Loading branch information
Borda committed Aug 2, 2024
1 parent d95c772 commit 1309b07
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unittests/utilities/test_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@
BERTScore,
BLEUScore,
CharErrorRate,
CHRFScore,
EditDistance,
ExtendedEditDistance,
InfoLM,
Expand Down Expand Up @@ -588,7 +587,6 @@
pytest.param(EditDistance, _text_input_1, _text_input_2, id="edit distance"),
pytest.param(MatchErrorRate, _text_input_1, _text_input_2, id="match error rate"),
pytest.param(BLEUScore, _text_input_3, _text_input_4, id="bleu score"),
pytest.param(CHRFScore, _text_input_3, _text_input_4, id="bleu score"),
pytest.param(
partial(InfoLM, model_name_or_path="google/bert_uncased_L-2_H-128_A-2", idf=False, verbose=False),
_text_input_1,
Expand Down

0 comments on commit 1309b07

Please sign in to comment.