Update xtd_11.py
Browse files
xtd_11.py
CHANGED
@@ -53,7 +53,7 @@ class XTD_11(datasets.GeneratorBasedBuilder):
|
|
53 |
splits = []
|
54 |
for lang in self.config.subset:
|
55 |
splits.append(SplitGenerator(
|
56 |
-
name=datasets.Split.
|
57 |
# Assuming the use of URLs. For local files, adjust accordingly.
|
58 |
gen_kwargs={"filepath": f"{_Base_url}{lang}.json"}
|
59 |
))
|
|
|
53 |
splits = []
|
54 |
for lang in self.config.subset:
|
55 |
splits.append(SplitGenerator(
|
56 |
+
name=datasets.Split.TEST,
|
57 |
# Assuming the use of URLs. For local files, adjust accordingly.
|
58 |
gen_kwargs={"filepath": f"{_Base_url}{lang}.json"}
|
59 |
))
|