Add CLASSES to description.
Browse files- 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):
|