ajyy commited on
Commit
d32345e
1 Parent(s): 15a1373

Update MELD_audio.py

Browse files
Files changed (1) hide show
  1. MELD_audio.py +2 -2
MELD_audio.py CHANGED
@@ -39,12 +39,12 @@ The audio is extracted from MELD mp4 files while the audio only has one channel
39
  _LICENSE = "gpl-3.0"
40
 
41
 
42
- class MELD_audio(datasets.GeneratorBasedBuilder):
43
  """TODO: Short description of my dataset."""
44
 
45
  VERSION = datasets.Version("0.0.1")
46
  BUILDER_CONFIGS = [ # noqa: RUF012
47
- datasets.BuilderConfig(name="MELD_audio", version=VERSION, description="MELD audio"),
48
  ]
49
 
50
  def _info(self):
 
39
  _LICENSE = "gpl-3.0"
40
 
41
 
42
+ class MELD_Audio(datasets.GeneratorBasedBuilder):
43
  """TODO: Short description of my dataset."""
44
 
45
  VERSION = datasets.Version("0.0.1")
46
  BUILDER_CONFIGS = [ # noqa: RUF012
47
+ datasets.BuilderConfig(name="MELD_Audio", version=VERSION, description="MELD audio"),
48
  ]
49
 
50
  def _info(self):