Skip to content

Commit c802abc

Browse files
committed
removed special note
1 parent 64bfbc6 commit c802abc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sacrebleu/dataset/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"wmt21/C": WMTXMLDataset(
141141
"wmt21/C",
142142
data=["http://data.statmt.org/wmt21/translation-task/test.tgz"],
143-
description="Official evaluation data for WMT21 with reference C (contributed by Microsoft)",
143+
description="Official evaluation data for WMT21 with reference C",
144144
md5=["32e7ab995bc318414375d60f0269af92"],
145145
langpairs={
146146
"en-de": ["test/newstest2021.en-de.xml"],
@@ -162,7 +162,7 @@
162162
"wmt21/D": WMTXMLDataset(
163163
"wmt21/D",
164164
data=["http://data.statmt.org/wmt21/translation-task/test.tgz"],
165-
description="Official evaluation data for WMT21 with reference D (contributed by Google)",
165+
description="Official evaluation data for WMT21 with reference D",
166166
md5=["32e7ab995bc318414375d60f0269af92"],
167167
langpairs={
168168
"en-de": ["test/newstest2021.en-de.xml"],

0 commit comments

Comments
 (0)