Update script to hub
Browse files- Boat_dataset.py +1 -1
Boat_dataset.py
CHANGED
@@ -139,7 +139,7 @@ class BoatDataset(datasets.GeneratorBasedBuilder):
|
|
139 |
},
|
140 |
),
|
141 |
datasets.SplitGenerator(
|
142 |
-
name=datasets.Split.
|
143 |
# These kwargs will be passed to _generate_examples
|
144 |
gen_kwargs={
|
145 |
"filepath": os.path.join(data_dir, "instances_val2023r.jsonl"),
|
|
|
139 |
},
|
140 |
),
|
141 |
datasets.SplitGenerator(
|
142 |
+
name=datasets.Split.TEST,
|
143 |
# These kwargs will be passed to _generate_examples
|
144 |
gen_kwargs={
|
145 |
"filepath": os.path.join(data_dir, "instances_val2023r.jsonl"),
|