Update files from the datasets library (from 1.17.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.17.0
- timit_asr.py +1 -1
timit_asr.py
CHANGED
|
@@ -77,7 +77,7 @@ class TimitASR(datasets.GeneratorBasedBuilder):
|
|
| 77 |
features=datasets.Features(
|
| 78 |
{
|
| 79 |
"file": datasets.Value("string"),
|
| 80 |
-
"audio": datasets.
|
| 81 |
"text": datasets.Value("string"),
|
| 82 |
"phonetic_detail": datasets.Sequence(
|
| 83 |
{
|
|
|
|
| 77 |
features=datasets.Features(
|
| 78 |
{
|
| 79 |
"file": datasets.Value("string"),
|
| 80 |
+
"audio": datasets.Audio(sampling_rate=16_000),
|
| 81 |
"text": datasets.Value("string"),
|
| 82 |
"phonetic_detail": datasets.Sequence(
|
| 83 |
{
|