Stardrums commited on
Commit
5a8f589
1 Parent(s): 9ce19e5

Update pico-breast-cancer.py

Browse files
Files changed (1) hide show
  1. 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}{_SHORT_FILE_FILE}",
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":