Datasets:
Tasks:
Image Classification
Modalities:
Image
Sub-tasks:
multi-class-image-classification
Languages:
Indonesian
Size:
n<1K
License:
rasyidf commited on
Commit ·
4a9dd16
1
Parent(s): 4d70aca
Try Fix
Browse files
beans.py
CHANGED
|
@@ -36,7 +36,7 @@ _URLS = {
|
|
| 36 |
"test": "https://huggingface.co/datasets/rasyidf/coffee-beans/resolve/main/data/test.zip",
|
| 37 |
}
|
| 38 |
|
| 39 |
-
_NAMES = ["1", "2", "3"]
|
| 40 |
|
| 41 |
|
| 42 |
class Beans(datasets.GeneratorBasedBuilder):
|
|
|
|
| 36 |
"test": "https://huggingface.co/datasets/rasyidf/coffee-beans/resolve/main/data/test.zip",
|
| 37 |
}
|
| 38 |
|
| 39 |
+
_NAMES = ["1", "2", "3", "0"]
|
| 40 |
|
| 41 |
|
| 42 |
class Beans(datasets.GeneratorBasedBuilder):
|