Skip to content

Commit 1aa727b

Browse files
authored
Fix URL for summarization dataset (stanford-crfm#1935)
1 parent 5fc6684 commit 1aa727b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helm/benchmark/scenarios/summarization_scenario.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def _load_dataset(self, dataset_name: str, output_path: str):
119119
summary_key = "summary"
120120
elif dataset_name == "cnn-dm":
121121
url = (
122-
"https://storage.cloud.google.com/crfm-helm-public/source_datasets/"
122+
"https://storage.googleapis.com/crfm-helm-public/source_datasets/"
123123
"scenarios/summarization_scenario/cnndm.pk"
124124
)
125125
dataset = self._download_dataset(url, "cnndm", output_path)

0 commit comments

Comments
 (0)