hobeter commited on
Commit
3b2757c
·
1 Parent(s): 8a7ce9b

Update JJQA.py

Browse files
Files changed (1) hide show
  1. JJQA.py +1 -1
JJQA.py CHANGED
@@ -140,7 +140,7 @@ class JJQA(datasets.GeneratorBasedBuilder):
140
  name=datasets.Split.TRAIN,
141
  # These kwargs will be passed to _generate_examples
142
  gen_kwargs={
143
- "filepath": urls,
144
  # "split": "train",
145
  },
146
  )
 
140
  name=datasets.Split.TRAIN,
141
  # These kwargs will be passed to _generate_examples
142
  gen_kwargs={
143
+ "filepath": data_dir,
144
  # "split": "train",
145
  },
146
  )