Update MELD_audio.py
Browse files- 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
|
43 |
"""TODO: Short description of my dataset."""
|
44 |
|
45 |
VERSION = datasets.Version("0.0.1")
|
46 |
BUILDER_CONFIGS = [ # noqa: RUF012
|
47 |
-
datasets.BuilderConfig(name="
|
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):
|