Datasets:
Tasks:
Automatic Speech Recognition
Formats:
parquet
Sub-tasks:
keyword-spotting
Size:
10K - 100K
ArXiv:
Tags:
speech-recognition
License:
remove description duplication in DatasetInfo
#2
by
polinaeterna
- opened
- minds14.py +1 -1
minds14.py
CHANGED
|
@@ -114,7 +114,7 @@ class Minds14(datasets.GeneratorBasedBuilder):
|
|
| 114 |
)
|
| 115 |
|
| 116 |
return datasets.DatasetInfo(
|
| 117 |
-
description=
|
| 118 |
features=features,
|
| 119 |
supervised_keys=("audio", "transcription"),
|
| 120 |
homepage=self.config.homepage,
|
|
|
|
| 114 |
)
|
| 115 |
|
| 116 |
return datasets.DatasetInfo(
|
| 117 |
+
description=_DESCRIPTION,
|
| 118 |
features=features,
|
| 119 |
supervised_keys=("audio", "transcription"),
|
| 120 |
homepage=self.config.homepage,
|