Datasets:

Modalities:
Tabular
Text
Languages:
Chinese
ArXiv:
Libraries:
Datasets
License:
imryanxu commited on
Commit
b1c7874
1 Parent(s): 698f33d

another bug for ")"

Browse files
Files changed (1) hide show
  1. Hansel.py +1 -1
Hansel.py CHANGED
@@ -113,7 +113,7 @@ class Hansel(datasets.GeneratorBasedBuilder):
113
  datasets.SplitGenerator(
114
  name=datasets.Split.TEST,
115
  gen_kwargs={
116
- "data_file": downloaded_files["hansel-fs"]),
117
  "split": datasets.Split.TEST,
118
  },
119
  ),
 
113
  datasets.SplitGenerator(
114
  name=datasets.Split.TEST,
115
  gen_kwargs={
116
+ "data_file": downloaded_files["hansel-fs"],
117
  "split": datasets.Split.TEST,
118
  },
119
  ),