whoisjones commited on
Commit
399712d
·
verified ·
1 Parent(s): 5965ea1

Update fiNERweb.py

Browse files
Files changed (1) hide show
  1. fiNERweb.py +1 -1
fiNERweb.py CHANGED
@@ -161,7 +161,7 @@ class fiNERweb(datasets.GeneratorBasedBuilder):
161
  return [
162
  datasets.SplitGenerator(
163
  name=datasets.Split.TRAIN,
164
- gen_kwargs={"filepath": data_dir}
165
  )
166
  ]
167
 
 
161
  return [
162
  datasets.SplitGenerator(
163
  name=datasets.Split.TRAIN,
164
+ gen_kwargs={"filepath": filepath}
165
  )
166
  ]
167