Datasets:

Modalities:
Text
Formats:
json
Languages:
English
Size:
< 1K
ArXiv:
Tags:
License:
kqsong commited on
Commit
877e306
1 Parent(s): 0e3408e

Update load_script.py

Browse files
Files changed (1) hide show
  1. load_script.py +1 -1
load_script.py CHANGED
@@ -142,7 +142,7 @@ class NewDataset(datasets.GeneratorBasedBuilder):
142
  name=datasets.Split.TEST,
143
  # These kwargs will be passed to _generate_examples
144
  gen_kwargs={
145
- "filepath": os.path.join(data_dir, "test.jsonl"),
146
  "split": "test"
147
  },
148
  ),
 
142
  name=datasets.Split.TEST,
143
  # These kwargs will be passed to _generate_examples
144
  gen_kwargs={
145
+ "filepath": os.path.join(data_dir, "InfoBench.json"),
146
  "split": "test"
147
  },
148
  ),