Datasets:
Tasks:
Image Classification
Sub-tasks:
multi-class-classification
Languages:
English
Size:
10K<n<100K
License:
Francisco Castillo
commited on
Commit
•
287b269
1
Parent(s):
bacdf94
wip
Browse files
human_actions_quality_drift.py
CHANGED
@@ -62,7 +62,7 @@ _URLS = {
|
|
62 |
|
63 |
|
64 |
# TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
|
65 |
-
class
|
66 |
"""TODO: Short description of my dataset."""
|
67 |
|
68 |
VERSION = datasets.Version("1.0.0")
|
|
|
62 |
|
63 |
|
64 |
# TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
|
65 |
+
class HumanActionsQualityDrift(datasets.GeneratorBasedBuilder):
|
66 |
"""TODO: Short description of my dataset."""
|
67 |
|
68 |
VERSION = datasets.Version("1.0.0")
|