Initial Commit
Browse files- 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":
|
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 |
)
|