varora commited on
Commit
96bd861
·
verified ·
1 Parent(s): d411c05

Update hit.py

Browse files
Files changed (1) hide show
  1. hit.py +1 -1
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": "dev",
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(