From fa700fdecaa6bf4d74bf99235095ebd0b417e7fe Mon Sep 17 00:00:00 2001 From: Matt Post Date: Fri, 3 Jan 2025 10:25:53 -0500 Subject: [PATCH] Update wmt24 download link to onlyxml version --- sacrebleu/dataset/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sacrebleu/dataset/__init__.py b/sacrebleu/dataset/__init__.py index 587635c..68c35ce 100644 --- a/sacrebleu/dataset/__init__.py +++ b/sacrebleu/dataset/__init__.py @@ -76,9 +76,9 @@ # wmt "wmt24": WMTXMLDataset( "wmt24", - data=["https://github.com/wmt-conference/wmt24-news-systems/releases/download/v1.1/data_nots.tar.gz"], + data=["https://github.com/wmt-conference/wmt24-news-systems/releases/download/v1.1/data_onlyxml.tar.gz"], description="WMT24 official test set release, v1.1 (excluding TS)", - md5=["35ea35f398190de3a17bcb9a08333b1b"], + md5=["299963fcb7b4e86d6d212bf69beb9580"], langpairs={ "cs-uk": ["xml/wmttest2024.cs-uk.all.xml"], "en-cs": ["xml/wmttest2024.en-cs.all.xml"],