Datasets:
Commit
•
256b262
1
Parent(s):
bb68655
Fix task tags (#2)
Browse files- Fix task tags (2cb06b074662de64d77c3cfbb2a3c7ff3b8eaf33)
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
pretty_name: LibriSpeech
|
3 |
annotations_creators:
|
4 |
- expert-generated
|
5 |
language_creators:
|
@@ -11,16 +10,17 @@ license:
|
|
11 |
- cc-by-4.0
|
12 |
multilinguality:
|
13 |
- monolingual
|
14 |
-
paperswithcode_id: librispeech-1
|
15 |
size_categories:
|
16 |
- 100K<n<1M
|
17 |
source_datasets:
|
18 |
- original
|
19 |
task_categories:
|
20 |
-
- automatic-speech-recognition
|
21 |
- audio-classification
|
|
|
22 |
task_ids:
|
23 |
-
-
|
|
|
|
|
24 |
---
|
25 |
|
26 |
# Dataset Card for librispeech_asr
|
|
|
1 |
---
|
|
|
2 |
annotations_creators:
|
3 |
- expert-generated
|
4 |
language_creators:
|
|
|
10 |
- cc-by-4.0
|
11 |
multilinguality:
|
12 |
- monolingual
|
|
|
13 |
size_categories:
|
14 |
- 100K<n<1M
|
15 |
source_datasets:
|
16 |
- original
|
17 |
task_categories:
|
|
|
18 |
- audio-classification
|
19 |
+
- automatic-speech-recognition
|
20 |
task_ids:
|
21 |
+
- speaker-identification
|
22 |
+
paperswithcode_id: librispeech-1
|
23 |
+
pretty_name: LibriSpeech
|
24 |
---
|
25 |
|
26 |
# Dataset Card for librispeech_asr
|