khalidalt commited on
Commit
b48afa7
1 Parent(s): b961258

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
  name=datasets.Split.TEST,
56
  # Assuming the use of URLs. For local files, adjust accordingly.
57
  gen_kwargs={"filepaths": [f"{_Base_url}{lang}.json" for lang in self.config.subset]}
58
- ))
59
 
60
 
61
  return splits
 
55
  name=datasets.Split.TEST,
56
  # Assuming the use of URLs. For local files, adjust accordingly.
57
  gen_kwargs={"filepaths": [f"{_Base_url}{lang}.json" for lang in self.config.subset]}
58
+ )
59
 
60
 
61
  return splits