ProgramComputer
commited on
Commit
•
8c76e92
1
Parent(s):
9654d7a
Update test.py
Browse files
test.py
CHANGED
@@ -138,7 +138,7 @@ def _mp_download(
|
|
138 |
raise ConnectionError("failed to fetch dataset")
|
139 |
|
140 |
|
141 |
-
class
|
142 |
"""VoxCeleb is an unlabled dataset consisting of short clips of human speech from interviews on YouTube"""
|
143 |
|
144 |
VERSION = datasets.Version("1.0.0")
|
|
|
138 |
raise ConnectionError("failed to fetch dataset")
|
139 |
|
140 |
|
141 |
+
class Test(datasets.GeneratorBasedBuilder):
|
142 |
"""VoxCeleb is an unlabled dataset consisting of short clips of human speech from interviews on YouTube"""
|
143 |
|
144 |
VERSION = datasets.Version("1.0.0")
|