Update hit.py
Browse files
hit.py
CHANGED
@@ -125,7 +125,7 @@ class NewDataset(datasets.GeneratorBasedBuilder):
|
|
125 |
# These kwargs will be passed to _generate_examples
|
126 |
gen_kwargs={
|
127 |
"filepath": os.path.join(rel_path, "val", "*.gz"),
|
128 |
-
"split": "
|
129 |
},
|
130 |
),
|
131 |
datasets.SplitGenerator(
|
|
|
125 |
# These kwargs will be passed to _generate_examples
|
126 |
gen_kwargs={
|
127 |
"filepath": os.path.join(rel_path, "val", "*.gz"),
|
128 |
+
"split": "validation",
|
129 |
},
|
130 |
),
|
131 |
datasets.SplitGenerator(
|