Datasets:

Languages:
code
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
Tags:
debugging
License:
albertvillanova HF staff commited on
Commit
3589eea
1 Parent(s): b38ad58

Skip trying to extract uncompressed files

Browse files
Files changed (1) hide show
  1. common.py +1 -1
common.py CHANGED
@@ -47,7 +47,7 @@ class Child:
47
 
48
  downloaded_files = {}
49
  for k, v in urls_to_download.items():
50
- downloaded_files[k] = dl_manager.download_and_extract(v)
51
 
52
  return [
53
  datasets.SplitGenerator(
 
47
 
48
  downloaded_files = {}
49
  for k, v in urls_to_download.items():
50
+ downloaded_files[k] = dl_manager.download(v)
51
 
52
  return [
53
  datasets.SplitGenerator(