varora commited on
Commit
087b411
1 Parent(s): adc7158

update hit.py

Browse files
Files changed (1) hide show
  1. hit.py +1 -1
hit.py CHANGED
@@ -113,7 +113,7 @@ class NewDataset(datasets.GeneratorBasedBuilder):
113
  # 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.
114
  # By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
115
  rel_path = _PATHS[self.config.name]
116
- data_urls = os.path.join(_BASE_URL, rel_path)
117
  print(f"data url: {data_urls}")
118
  archive_paths = dl_manager.download(data_urls)
119
  print*a
 
113
  # 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.
114
  # By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
115
  rel_path = _PATHS[self.config.name]
116
+ data_urls = _BASE_URL + rel_path
117
  print(f"data url: {data_urls}")
118
  archive_paths = dl_manager.download(data_urls)
119
  print*a