Update files from the datasets library (from 1.17.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.17.0
vivos.py
CHANGED
@@ -67,7 +67,7 @@ class VivosDataset(datasets.GeneratorBasedBuilder):
|
|
67 |
{
|
68 |
"speaker_id": datasets.Value("string"),
|
69 |
"path": datasets.Value("string"),
|
70 |
-
"audio": datasets.
|
71 |
"sentence": datasets.Value("string"),
|
72 |
}
|
73 |
),
|
|
|
67 |
{
|
68 |
"speaker_id": datasets.Value("string"),
|
69 |
"path": datasets.Value("string"),
|
70 |
+
"audio": datasets.Audio(sampling_rate=16_000),
|
71 |
"sentence": datasets.Value("string"),
|
72 |
}
|
73 |
),
|