Skip to content

Commit

Permalink
removed special note
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpost committed Jul 25, 2022
1 parent 64bfbc6 commit c802abc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sacrebleu/dataset/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"wmt21/C": WMTXMLDataset(
"wmt21/C",
data=["http://data.statmt.org/wmt21/translation-task/test.tgz"],
description="Official evaluation data for WMT21 with reference C (contributed by Microsoft)",
description="Official evaluation data for WMT21 with reference C",
md5=["32e7ab995bc318414375d60f0269af92"],
langpairs={
"en-de": ["test/newstest2021.en-de.xml"],
Expand All @@ -162,7 +162,7 @@
"wmt21/D": WMTXMLDataset(
"wmt21/D",
data=["http://data.statmt.org/wmt21/translation-task/test.tgz"],
description="Official evaluation data for WMT21 with reference D (contributed by Google)",
description="Official evaluation data for WMT21 with reference D",
md5=["32e7ab995bc318414375d60f0269af92"],
langpairs={
"en-de": ["test/newstest2021.en-de.xml"],
Expand Down

0 comments on commit c802abc

Please sign in to comment.