Update files from the datasets library (from 1.17.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.17.0
- covost2.py +1 -1
covost2.py
CHANGED
|
@@ -96,7 +96,7 @@ class Covost2(datasets.GeneratorBasedBuilder):
|
|
| 96 |
features=datasets.Features(
|
| 97 |
client_id=datasets.Value("string"),
|
| 98 |
file=datasets.Value("string"),
|
| 99 |
-
audio=datasets.
|
| 100 |
sentence=datasets.Value("string"),
|
| 101 |
translation=datasets.Value("string"),
|
| 102 |
id=datasets.Value("string"),
|
|
|
|
| 96 |
features=datasets.Features(
|
| 97 |
client_id=datasets.Value("string"),
|
| 98 |
file=datasets.Value("string"),
|
| 99 |
+
audio=datasets.Audio(sampling_rate=16_000),
|
| 100 |
sentence=datasets.Value("string"),
|
| 101 |
translation=datasets.Value("string"),
|
| 102 |
id=datasets.Value("string"),
|