Datasets:
Tasks:
Automatic Speech Recognition
Formats:
parquet
Languages:
English
Size:
1M - 10M
ArXiv:
License:
Clean People's Speech
Browse files- peoples_speech.py +1 -1
peoples_speech.py
CHANGED
@@ -100,7 +100,7 @@ class PeoplesSpeech(datasets.GeneratorBasedBuilder):
|
|
100 |
features=datasets.Features(
|
101 |
{
|
102 |
"id": datasets.Value("string"),
|
103 |
-
"audio": datasets.Audio(
|
104 |
"duration_ms": datasets.Value("int32"),
|
105 |
"text": datasets.Value("string"),
|
106 |
}
|
|
|
100 |
features=datasets.Features(
|
101 |
{
|
102 |
"id": datasets.Value("string"),
|
103 |
+
"audio": datasets.Audio(),
|
104 |
"duration_ms": datasets.Value("int32"),
|
105 |
"text": datasets.Value("string"),
|
106 |
}
|