Datasets:
Tasks:
Image Classification
Modalities:
Image
Sub-tasks:
multi-label-image-classification
Size:
10K - 100K
Tags:
climate
License:
Commit
·
ed9d612
1
Parent(s):
068458a
removed task template
Browse files- smokedataset.py +1 -2
smokedataset.py
CHANGED
@@ -46,8 +46,7 @@ class smokedataset(datasets.GeneratorBasedBuilder):
|
|
46 |
# specify them. They'll be used if as_supervised=True in builder.as_dataset.
|
47 |
supervised_keys=("image", "label"),
|
48 |
# Homepage of the dataset for documentation
|
49 |
-
homepage=_HOMEPAGE
|
50 |
-
task_templates=[ImageClassification(image_column="image", label_column="label")]
|
51 |
# License for the dataset if available
|
52 |
# license=_LICENSE
|
53 |
# Citation for the dataset
|
|
|
46 |
# specify them. They'll be used if as_supervised=True in builder.as_dataset.
|
47 |
supervised_keys=("image", "label"),
|
48 |
# Homepage of the dataset for documentation
|
49 |
+
homepage=_HOMEPAGE
|
|
|
50 |
# License for the dataset if available
|
51 |
# license=_LICENSE
|
52 |
# Citation for the dataset
|