Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1T<n
Source Datasets:
original
ArXiv:
License:
GregDiamos commited on
Commit
13ed505
1 Parent(s): 949d4d7

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +162 -0
README.md ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - crowdsourced
4
+ - machine-generated
5
+ language_creators:
6
+ - crowdsourced
7
+ - machine-generated
8
+ languages:
9
+ - en
10
+ licenses:
11
+ - cc-by-2.0
12
+ - cc-by-2.5
13
+ - cc-by-3.0
14
+ - cc-by-4.0
15
+ - cc-by-sa-2.5
16
+ - cc-by-sa-3.0
17
+ - cc-by-sa-4.0
18
+ multilinguality:
19
+ - monolingual
20
+ pretty_name: People's Speech
21
+ size_categories:
22
+ - 1T<n
23
+ source_datasets:
24
+ - original
25
+ task_categories:
26
+ - automatic-speech-recognition
27
+ task_ids:
28
+ - speech-recognition
29
+ - robust-speech-recognition
30
+ - noisy-speech-recognition
31
+ ---
32
+
33
+ # Dataset Card for People's Speech
34
+
35
+ ## Table of Contents
36
+ - [Dataset Description](#dataset-description)
37
+ - [Dataset Summary](#dataset-summary)
38
+ - [Supported Tasks](#supported-tasks-and-leaderboards)
39
+ - [Languages](#languages)
40
+ - [Dataset Structure](#dataset-structure)
41
+ - [Data Instances](#data-instances)
42
+ - [Data Fields](#data-instances)
43
+ - [Data Splits](#data-instances)
44
+ - [Dataset Creation](#dataset-creation)
45
+ - [Curation Rationale](#curation-rationale)
46
+ - [Source Data](#source-data)
47
+ - [Annotations](#annotations)
48
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
49
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
50
+ - [Social Impact of Dataset](#social-impact-of-dataset)
51
+ - [Discussion of Biases](#discussion-of-biases)
52
+ - [Other Known Limitations](#other-known-limitations)
53
+ - [Additional Information](#additional-information)
54
+ - [Dataset Curators](#dataset-curators)
55
+ - [Licensing Information](#licensing-information)
56
+ - [Citation Information](#citation-information)
57
+
58
+ ## Dataset Description
59
+
60
+ - **Homepage:** https://mlcommons.org/en/peoples-speech/
61
+ - **Repository:** https://github.com/mlcommons/peoples-speech
62
+ - **Paper:** https://arxiv.org/abs/2111.09344
63
+ - **Leaderboard:** [Needs More Information]
64
+ - **Point of Contact:** datasets@mlcommons.org
65
+
66
+ ### Dataset Summary
67
+
68
+ The People's Speech Dataset is among the world's largest English speech recognition corpus today that is licensed for academic and commercial usage under CC-BY-SA and CC-BY 4.0. It includes 30,000+ hours of transcribed speech in English languages with a diverse set of speakers. This open dataset is large enough to train speech-to-text systems and crucially is available with a permissive license.
69
+
70
+ ### Supported Tasks and Leaderboards
71
+
72
+ [Needs More Information]
73
+
74
+ ### Languages
75
+
76
+ English
77
+
78
+ ## Dataset Structure
79
+
80
+ ### Data Instances
81
+
82
+ {
83
+ "id": "gov_DOT_uscourts_DOT_scotus_DOT_19-161/gov_DOT_uscourts_DOT_scotus_DOT_19-161_DOT_2020-03-02_DOT_mp3_00002.flac",
84
+ "audio": {
85
+ "path": "gov_DOT_uscourts_DOT_scotus_DOT_19-161/gov_DOT_uscourts_DOT_scotus_DOT_19-161_DOT_2020-03-02_DOT_mp3_00002.flac"
86
+ "array": array([-6.10351562e-05, ...]),
87
+ "sampling_rate": 16000
88
+ }
89
+ "duration_ms": 14490,
90
+ "text": "contends that the suspension clause requires a [...]"
91
+ }
92
+
93
+ ### Data Fields
94
+
95
+ {
96
+ "id": datasets.Value("string"),
97
+ "audio": datasets.Audio(sampling_rate=16_000),
98
+ "duration_ms": datasets.Value("int32"),
99
+ "text": datasets.Value("string"),
100
+ }
101
+
102
+ ### Data Splits
103
+
104
+ We provide the following configurations for the dataset: `cc-by-clean`, `cc-by-dirty`, `cc-by-sa-clean`, `cc-by-sa-dirty`, and `microset`. We don't provide splits for any of the configurations.
105
+
106
+ ## Dataset Creation
107
+
108
+ ### Curation Rationale
109
+
110
+ See our [paper](https://arxiv.org/abs/2111.09344).
111
+
112
+ ### Source Data
113
+
114
+ #### Initial Data Collection and Normalization
115
+
116
+ See our [paper](https://arxiv.org/abs/2111.09344).
117
+
118
+ #### Who are the source language producers?
119
+
120
+ See our [paper](https://arxiv.org/abs/2111.09344).
121
+
122
+ ### Annotations
123
+
124
+ #### Annotation process
125
+
126
+ See our [paper](https://arxiv.org/abs/2111.09344).
127
+
128
+ #### Who are the annotators?
129
+
130
+ See our [paper](https://arxiv.org/abs/2111.09344).
131
+
132
+ ### Personal and Sensitive Information
133
+
134
+ See our [paper](https://arxiv.org/abs/2111.09344).
135
+
136
+ ## Considerations for Using the Data
137
+
138
+ ### Social Impact of Dataset
139
+
140
+ See our [paper](https://arxiv.org/abs/2111.09344).
141
+
142
+ ### Discussion of Biases
143
+
144
+ See our [paper](https://arxiv.org/abs/2111.09344).
145
+
146
+ ### Other Known Limitations
147
+
148
+ [Needs More Information]
149
+
150
+ ## Additional Information
151
+
152
+ ### Dataset Curators
153
+
154
+ [Needs More Information]
155
+
156
+ ### Licensing Information
157
+
158
+ We provide CC-BY and CC-BY-SA subsets of the dataset.
159
+
160
+ ### Citation Information
161
+
162
+ [Needs More Information]