Update mypin-voice-dataset.py
Browse files- mypin-voice-dataset.py +1 -1
mypin-voice-dataset.py
CHANGED
@@ -30,7 +30,7 @@ class MyDataset(datasets.GeneratorBasedBuilder):
|
|
30 |
},
|
31 |
),
|
32 |
datasets.SplitGenerator(
|
33 |
-
name=datasets.Split.
|
34 |
gen_kwargs={
|
35 |
"filepath": metadata,
|
36 |
"audio_dir": data_dir,
|
|
|
30 |
},
|
31 |
),
|
32 |
datasets.SplitGenerator(
|
33 |
+
name=datasets.Split.TEST,
|
34 |
gen_kwargs={
|
35 |
"filepath": metadata,
|
36 |
"audio_dir": data_dir,
|