Update xtd_11.py
Browse files
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 |
|