AlexBlck commited on
Commit
95da5ea
1 Parent(s): 27cc3ce

rename configs

Browse files
Files changed (1) hide show
  1. ANAKIN.py +2 -2
ANAKIN.py CHANGED
@@ -49,12 +49,12 @@ class Anakin(datasets.GeneratorBasedBuilder):
49
  description="Trimmed video, edited video, masks (if exists), and edit description",
50
  ),
51
  datasets.BuilderConfig(
52
- name="trimmed-edited-masks",
53
  version=VERSION,
54
  description="Only samples that have masks. Without full length video.",
55
  ),
56
  datasets.BuilderConfig(
57
- name="full-trimmed-edited-masks",
58
  version=VERSION,
59
  description="Only samples that have masks. With full length video.",
60
  ),
 
49
  description="Trimmed video, edited video, masks (if exists), and edit description",
50
  ),
51
  datasets.BuilderConfig(
52
+ name="has-masks",
53
  version=VERSION,
54
  description="Only samples that have masks. Without full length video.",
55
  ),
56
  datasets.BuilderConfig(
57
+ name="full-masks",
58
  version=VERSION,
59
  description="Only samples that have masks. With full length video.",
60
  ),