Training Data
commited on
Commit
·
5fb1da2
1
Parent(s):
0826c27
Update wagons-images-classification.py
Browse files
wagons-images-classification.py
CHANGED
|
@@ -32,7 +32,7 @@ _DATA = f"https://huggingface.co/datasets/TrainingDataPro/{_NAME}/resolve/main/d
|
|
| 32 |
_LABELS = ["loaded", "unloaded"]
|
| 33 |
|
| 34 |
|
| 35 |
-
class
|
| 36 |
def _info(self):
|
| 37 |
return datasets.DatasetInfo(
|
| 38 |
description=_DESCRIPTION,
|
|
|
|
| 32 |
_LABELS = ["loaded", "unloaded"]
|
| 33 |
|
| 34 |
|
| 35 |
+
class WagonsImagesClassification(datasets.GeneratorBasedBuilder):
|
| 36 |
def _info(self):
|
| 37 |
return datasets.DatasetInfo(
|
| 38 |
description=_DESCRIPTION,
|