Datasets:
Tasks:
Text-to-Speech
Languages:
English
Update WER_Evaluation_For_TTS.py
Browse files
WER_Evaluation_For_TTS.py
CHANGED
@@ -47,7 +47,7 @@ class SOMOS(datasets.GeneratorBasedBuilder):
|
|
47 |
"text": datasets.Value("string"),
|
48 |
}
|
49 |
),
|
50 |
-
supervised_keys=
|
51 |
homepage=_URL,
|
52 |
citation=_CITATION,
|
53 |
)
|
|
|
47 |
"text": datasets.Value("string"),
|
48 |
}
|
49 |
),
|
50 |
+
supervised_keys=("file", "label"),
|
51 |
homepage=_URL,
|
52 |
citation=_CITATION,
|
53 |
)
|