khalidalt commited on
Commit
2a969a2
·
verified ·
1 Parent(s): d181265

Update xtd_11.py

Browse files
Files changed (1) hide show
  1. xtd_11.py +1 -1
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.Test,
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
  ))