enoriega commited on
Commit
d18a826
1 Parent(s): 8ede84d

Update odinsynth_sequence_dataset.py

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