khalidalt commited on
Commit
be36a45
1 Parent(s): 1456d80

Update xtd_11.py

Browse files
Files changed (1) hide show
  1. xtd_11.py +1 -1
xtd_11.py CHANGED
@@ -55,7 +55,7 @@ class XTD_11(datasets.GeneratorBasedBuilder):
55
  return datasets.SplitGenerator(
56
  name=datasets.Split.TEST,
57
  # Assuming the use of URLs. For local files, adjust accordingly.
58
- gen_kwargs={"filepaths": data_urls}
59
  )
60
 
61
 
 
55
  return datasets.SplitGenerator(
56
  name=datasets.Split.TEST,
57
  # Assuming the use of URLs. For local files, adjust accordingly.
58
+ gen_kwargs={"filepaths": dl_manager.download(data_urls)}
59
  )
60
 
61