fix validation split name
Browse files- 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": "
|
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(
|