Change feature name 'path' -> 'file'
Browse files- ksponspeech.py +1 -1
ksponspeech.py
CHANGED
@@ -52,7 +52,7 @@ class KsponSpeech(datasets.GeneratorBasedBuilder):
|
|
52 |
description=_DESCRIPTION,
|
53 |
features=datasets.Features(
|
54 |
{
|
55 |
-
"
|
56 |
"sentence": datasets.Value("string"),
|
57 |
}
|
58 |
),
|
|
|
52 |
description=_DESCRIPTION,
|
53 |
features=datasets.Features(
|
54 |
{
|
55 |
+
"file": datasets.Value("string"),
|
56 |
"sentence": datasets.Value("string"),
|
57 |
}
|
58 |
),
|