fix: fix labels names
Browse files- miners-detection.py +1 -1
miners-detection.py
CHANGED
|
@@ -28,7 +28,7 @@ _LICENSE = ""
|
|
| 28 |
|
| 29 |
_DATA = f"https://huggingface.co/datasets/TrainingDataPro/{_NAME}/resolve/main/data/"
|
| 30 |
|
| 31 |
-
_LABELS = ["
|
| 32 |
|
| 33 |
|
| 34 |
class MinersDetection(datasets.GeneratorBasedBuilder):
|
|
|
|
| 28 |
|
| 29 |
_DATA = f"https://huggingface.co/datasets/TrainingDataPro/{_NAME}/resolve/main/data/"
|
| 30 |
|
| 31 |
+
_LABELS = ["Miner"]
|
| 32 |
|
| 33 |
|
| 34 |
class MinersDetection(datasets.GeneratorBasedBuilder):
|