Update pico-breast-cancer.py
Browse files- pico-breast-cancer.py +1 -1
pico-breast-cancer.py
CHANGED
@@ -132,7 +132,7 @@ class PicoBreastCancer(datasets.GeneratorBasedBuilder):
|
|
132 |
"dev": f"{_URL}{_DEV_FILE}",
|
133 |
"test": f"{_URL}{_TEST_FILE}",
|
134 |
"all": f"{_URL}{_ALL_FILE}",
|
135 |
-
"short": f"{_URL}{
|
136 |
}
|
137 |
downloaded_files = dl_manager.download_and_extract(urls_to_download)
|
138 |
if self.config.name == "split":
|
|
|
132 |
"dev": f"{_URL}{_DEV_FILE}",
|
133 |
"test": f"{_URL}{_TEST_FILE}",
|
134 |
"all": f"{_URL}{_ALL_FILE}",
|
135 |
+
"short": f"{_URL}{_SHORT_FILE}",
|
136 |
}
|
137 |
downloaded_files = dl_manager.download_and_extract(urls_to_download)
|
138 |
if self.config.name == "split":
|