max-gartz commited on
Commit
0c644e6
1 Parent(s): 6fc1a0e

fix validation split name

Browse files
Files changed (1) hide show
  1. edgar_corpus.py +1 -1
edgar_corpus.py CHANGED
@@ -107,7 +107,7 @@ class EdgarCorpus(datasets.GeneratorBasedBuilder):
107
  # These kwargs will be passed to _generate_examples
108
  gen_kwargs={
109
  "filepath": filepaths["validate"],
110
- "split": "validate",
111
  },
112
  ),
113
  datasets.SplitGenerator(
 
107
  # These kwargs will be passed to _generate_examples
108
  gen_kwargs={
109
  "filepath": filepaths["validate"],
110
+ "split": "validation",
111
  },
112
  ),
113
  datasets.SplitGenerator(