Datasets:

ArXiv:
Libraries:
Datasets
License:
gsarti commited on
Commit
ae91d12
·
1 Parent(s): de8a7f1

Update divemt.py

Browse files
Files changed (1) hide show
  1. divemt.py +1 -1
divemt.py CHANGED
@@ -134,7 +134,7 @@ class DivEMT(datasets.GeneratorBasedBuilder):
134
  datasets.SplitGenerator(
135
  name=datasets.Split.TRAIN,
136
  gen_kwargs={
137
- "filepath": fpath,
138
  "features": self.config.features,
139
  },
140
  )
 
134
  datasets.SplitGenerator(
135
  name=datasets.Split.TRAIN,
136
  gen_kwargs={
137
+ "filepath": next(fpath),
138
  "features": self.config.features,
139
  },
140
  )