Update files from the datasets library (from 1.17.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.17.0
- common_voice.py +1 -1
common_voice.py
CHANGED
@@ -631,7 +631,7 @@ class CommonVoice(datasets.GeneratorBasedBuilder):
|
|
631 |
{
|
632 |
"client_id": datasets.Value("string"),
|
633 |
"path": datasets.Value("string"),
|
634 |
-
"audio": datasets.
|
635 |
"sentence": datasets.Value("string"),
|
636 |
"up_votes": datasets.Value("int64"),
|
637 |
"down_votes": datasets.Value("int64"),
|
|
|
631 |
{
|
632 |
"client_id": datasets.Value("string"),
|
633 |
"path": datasets.Value("string"),
|
634 |
+
"audio": datasets.Audio(sampling_rate=48_000),
|
635 |
"sentence": datasets.Value("string"),
|
636 |
"up_votes": datasets.Value("int64"),
|
637 |
"down_votes": datasets.Value("int64"),
|