diff --git a/datasets/wikihow/wikihow.py b/datasets/wikihow/wikihow.py index 03911e5ebcb..f0c21381836 100644 --- a/datasets/wikihow/wikihow.py +++ b/datasets/wikihow/wikihow.py @@ -98,14 +98,14 @@ class Wikihow(datasets.GeneratorBasedBuilder): @property def manual_download_instructions(self): return """\ - You need to manually download two wikihow files. An overview of which files to download can be seen at https://github.com/mahnazkoupaee/WikiHow-Dataset. - You need to download the following two files manually: - 1) https://ucsb.app.box.com/s/ap23l8gafpezf4tq3wapr6u8241zz358 and save the file under /wikihowAll.csv - 2) https://ucsb.app.box.com/s/7yq601ijl1lzvlfu4rjdbbxforzd2oag and save the file under /wikihowSep.csv + You need to manually download one of the wikihow files. An overview of which files to download can be seen at https://github.com/mahnazkoupaee/WikiHow-Dataset. + You need to download one the following two data files manually, depending on the version you want: + 1) all: https://ucsb.app.box.com/s/ap23l8gafpezf4tq3wapr6u8241zz358 and save the file under /wikihowAll.csv + 2) sep: https://ucsb.app.box.com/s/7yq601ijl1lzvlfu4rjdbbxforzd2oag and save the file under /wikihowSep.csv The can e.g. be "~/manual_wikihow_data". - Wikihow can then be loaded using the following command `datasets.load_dataset("wikihow", data_dir="")`. + Wikihow can then be loaded for example using the following command `datasets.load_dataset("wikihow", "all", data_dir="")`. """ def _info(self):