nthngdy commited on
Commit
3b1f505
1 Parent(s): dbcc180

Update bananas_script.py

Browse files
Files changed (1) hide show
  1. bananas_script.py +1 -1
bananas_script.py CHANGED
@@ -83,7 +83,7 @@ class Bananas(datasets.GeneratorBasedBuilder):
83
  # dl_manager is a datasets.download.DownloadManager that can be used to download and extract URLS
84
  # It can accept any type or nested list/dict and will give back the same structure with the url replaced with path to local files.
85
  # By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
86
- urls = "https://huggingface.co/datasets/nthngdy/bananas/blob/main/
87
  data_dir = dl_manager.download_and_extract(urls)
88
  return [
89
  datasets.SplitGenerator(
83
  # dl_manager is a datasets.download.DownloadManager that can be used to download and extract URLS
84
  # It can accept any type or nested list/dict and will give back the same structure with the url replaced with path to local files.
85
  # By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
86
+ urls = "https://huggingface.co/datasets/nthngdy/bananas/blob/main/"
87
  data_dir = dl_manager.download_and_extract(urls)
88
  return [
89
  datasets.SplitGenerator(