zhuchi76 commited on
Commit
db99244
·
verified ·
1 Parent(s): e5e68d6

Update script to hub

Browse files
Files changed (1) hide show
  1. 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.VALIDATION,
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"),