Francisco Castillo commited on
Commit
287b269
1 Parent(s): bacdf94
Files changed (1) hide show
  1. human_actions_quality_drift.py +1 -1
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 FashionMNISTLabelDrift(datasets.GeneratorBasedBuilder):
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")