Update odinsynth_sequence_dataset.py
Browse files
odinsynth_sequence_dataset.py
CHANGED
@@ -135,7 +135,7 @@ class OdinsynthSequenceDataset(datasets.GeneratorBasedBuilder):
|
|
135 |
# These kwargs will be passed to _generate_examples
|
136 |
gen_kwargs={
|
137 |
"filepath": os.path.join(data_path, "dev.jsonl"),
|
138 |
-
"split": "
|
139 |
},
|
140 |
),
|
141 |
datasets.SplitGenerator(
|
|
|
135 |
# These kwargs will be passed to _generate_examples
|
136 |
gen_kwargs={
|
137 |
"filepath": os.path.join(data_path, "dev.jsonl"),
|
138 |
+
"split": "validation",
|
139 |
},
|
140 |
),
|
141 |
datasets.SplitGenerator(
|