lautel commited on
Commit
282ad86
1 Parent(s): 6968db2

Upload fair-rationales.py

Browse files
Files changed (1) hide show
  1. fair-rationales.py +1 -1
fair-rationales.py CHANGED
@@ -255,7 +255,7 @@ class FairRationales(datasets.GeneratorBasedBuilder):
255
  name=datasets.Split.TRAIN,
256
  # These kwargs will be passed to _generate_examples
257
  gen_kwargs={
258
- "filepath": os.path.join(data_dir, "train.jsonl"),
259
  "split": "train"
260
  },
261
  ),
 
255
  name=datasets.Split.TRAIN,
256
  # These kwargs will be passed to _generate_examples
257
  gen_kwargs={
258
+ "filepath": os.path.join(data_dir, self.config.name, "train.jsonl"),
259
  "split": "train"
260
  },
261
  ),