nena_speech_1_0_test / nena_speech_1_0.py
mnazari's picture
add dataset builder
3428b9a
raw
history blame
203 Bytes
""" NENA Speech Dataset"""
import datasets
class NENASpeechConfig(datasets.BuilderConfig):
"""BuilderConfig for NENASpeech."""
pass
class NENASpeech(datasets.GeneratorBasedBuilder):
pass