Apter commited on
Commit
38bed2a
1 Parent(s): 58002d8

Add CLASSES to description.

Browse files
Files changed (1) hide show
  1. tiny_coco.py +1 -1
tiny_coco.py CHANGED
@@ -46,7 +46,7 @@ class TinyCoco(datasets.GeneratorBasedBuilder):
46
  def _info(self):
47
  return datasets.DatasetInfo(
48
  # This is the description that will appear on the datasets page.
49
- description=_DESCRIPTION
50
  )
51
 
52
  def _split_generators(self, dl_manager):
 
46
  def _info(self):
47
  return datasets.DatasetInfo(
48
  # This is the description that will appear on the datasets page.
49
+ description=_DESCRIPTION+f'\nCLASSES: ({",".join(_CLASSES)})'
50
  )
51
 
52
  def _split_generators(self, dl_manager):