shivam commited on
Commit
d37977c
·
1 Parent(s): 929f053

Initial Commit

Browse files
Files changed (1) hide show
  1. split-test.py +1 -1
split-test.py CHANGED
@@ -134,7 +134,7 @@ class SplitTest(datasets.GeneratorBasedBuilder):
134
  name=datasets.Split.TRAIN,
135
  # These kwargs will be passed to _generate_examples
136
  gen_kwargs={
137
- "filepath": os.path.join(archive_path, "text." + _LANGS[self.config.name]),
138
  "split": "train",
139
  },
140
  )
 
134
  name=datasets.Split.TRAIN,
135
  # These kwargs will be passed to _generate_examples
136
  gen_kwargs={
137
+ "filepath": archive_path,
138
  "split": "train",
139
  },
140
  )