Update files from the datasets library (from 1.17.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.17.0
- arabic_speech_corpus.py +1 -1
arabic_speech_corpus.py
CHANGED
@@ -85,7 +85,7 @@ class ArabicSpeechCorpus(datasets.GeneratorBasedBuilder):
|
|
85 |
{
|
86 |
"file": datasets.Value("string"),
|
87 |
"text": datasets.Value("string"),
|
88 |
-
"audio": datasets.
|
89 |
"phonetic": datasets.Value("string"),
|
90 |
"orthographic": datasets.Value("string"),
|
91 |
}
|
|
|
85 |
{
|
86 |
"file": datasets.Value("string"),
|
87 |
"text": datasets.Value("string"),
|
88 |
+
"audio": datasets.Audio(sampling_rate=48_000),
|
89 |
"phonetic": datasets.Value("string"),
|
90 |
"orthographic": datasets.Value("string"),
|
91 |
}
|