mstz commited on
Commit
268bc30
1 Parent(s): 93d8088

Upload ozone.py

Browse files
Files changed (1) hide show
  1. ozone.py +3 -3
ozone.py CHANGED
@@ -266,13 +266,13 @@ class OzoneConfig(datasets.BuilderConfig):
266
 
267
  class Ozone(datasets.GeneratorBasedBuilder):
268
  # dataset versions
269
- DEFAULT_CONFIG = "ozone"
270
  BUILDER_CONFIGS = [
271
  OzoneConfig(name="8hr",
272
- description="Ozone for binary classification.")
273
  OzoneConfig(name="1hr",
274
  description="Ozone for binary classification.")
275
- ]
276
 
277
 
278
  def _info(self):
 
266
 
267
  class Ozone(datasets.GeneratorBasedBuilder):
268
  # dataset versions
269
+ DEFAULT_CONFIG = "8hr"
270
  BUILDER_CONFIGS = [
271
  OzoneConfig(name="8hr",
272
+ description="Ozone for binary classification."),
273
  OzoneConfig(name="1hr",
274
  description="Ozone for binary classification.")
275
+ ]
276
 
277
 
278
  def _info(self):