JJFrancisco commited on
Commit
0e6bc2c
1 Parent(s): cbdca64

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +232 -1
README.md CHANGED
@@ -1,3 +1,234 @@
1
  ---
2
- license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language:
5
+ - gl
6
+ license:
7
+ - mit
8
+ multilinguality:
9
+ - monolingual
10
+ dataset_info:
11
+ - config_name: config
12
+ features:
13
+ - name: file
14
+ dtype: string
15
+ - name: audio
16
+ dtype:
17
+ audio:
18
+ sampling_rate: 16000
19
+ - name: text
20
+ dtype: string
21
+ - name: speaker_id
22
+ dtype: int64
23
+ - name: chapter_id
24
+ dtype: int64
25
+ - name: id
26
+ dtype: string
27
+ splits:
28
+ - name: train.100
29
+ num_bytes: 6619683041
30
+ num_examples: 28539
31
+ - name: train.360
32
+ num_bytes: 23898214592
33
+ num_examples: 104014
34
+ - name: validation
35
+ num_bytes: 359572231
36
+ num_examples: 2703
37
+ - name: test
38
+ num_bytes: 367705423
39
+ num_examples: 2620
40
+ download_size: 30121377654
41
+ dataset_size: 31245175287
42
+ - config_name: other
43
+ features:
44
+ - name: file
45
+ dtype: string
46
+ - name: audio
47
+ dtype:
48
+ audio:
49
+ sampling_rate: 16000
50
+ - name: text
51
+ dtype: string
52
+ - name: speaker_id
53
+ dtype: int64
54
+ - name: chapter_id
55
+ dtype: int64
56
+ - name: id
57
+ dtype: string
58
+ splits:
59
+ - name: train.500
60
+ num_bytes: 31810256902
61
+ num_examples: 148688
62
+ - name: validation
63
+ num_bytes: 337283304
64
+ num_examples: 2864
65
+ - name: test
66
+ num_bytes: 352396474
67
+ num_examples: 2939
68
+ download_size: 31236565377
69
+ dataset_size: 32499936680
70
+ - config_name: all
71
+ features:
72
+ - name: file
73
+ dtype: string
74
+ - name: audio
75
+ dtype:
76
+ audio:
77
+ sampling_rate: 16000
78
+ - name: text
79
+ dtype: string
80
+ - name: speaker_id
81
+ dtype: int64
82
+ - name: chapter_id
83
+ dtype: int64
84
+ - name: id
85
+ dtype: string
86
+ splits:
87
+ - name: train.clean.100
88
+ num_bytes: 6627791685
89
+ num_examples: 28539
90
+ - name: train.clean.360
91
+ num_bytes: 23927767570
92
+ num_examples: 104014
93
+ - name: train.other.500
94
+ num_bytes: 31852502880
95
+ num_examples: 148688
96
+ - name: validation.clean
97
+ num_bytes: 359505691
98
+ num_examples: 2703
99
+ - name: validation.other
100
+ num_bytes: 337213112
101
+ num_examples: 2864
102
+ - name: test.clean
103
+ num_bytes: 368449831
104
+ num_examples: 2620
105
+ - name: test.other
106
+ num_bytes: 353231518
107
+ num_examples: 2939
108
+ download_size: 61357943031
109
+ dataset_size: 63826462287
110
  ---
111
+
112
+
113
+ # Dataset Card for [Dataset Name]
114
+
115
+ ## Table of Contents
116
+ - [Table of Contents](#table-of-contents)
117
+ - [Dataset Description](#dataset-description)
118
+ - [Dataset Summary](#dataset-summary)
119
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
120
+ - [Languages](#languages)
121
+ - [Dataset Structure](#dataset-structure)
122
+ - [Data Instances](#data-instances)
123
+ - [Data Fields](#data-fields)
124
+ - [Data Splits](#data-splits)
125
+ - [Dataset Creation](#dataset-creation)
126
+ - [Curation Rationale](#curation-rationale)
127
+ - [Source Data](#source-data)
128
+ - [Annotations](#annotations)
129
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
130
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
131
+ - [Social Impact of Dataset](#social-impact-of-dataset)
132
+ - [Discussion of Biases](#discussion-of-biases)
133
+ - [Other Known Limitations](#other-known-limitations)
134
+ - [Additional Information](#additional-information)
135
+ - [Dataset Curators](#dataset-curators)
136
+ - [Licensing Information](#licensing-information)
137
+ - [Citation Information](#citation-information)
138
+ - [Contributions](#contributions)
139
+
140
+ ## Dataset Description
141
+
142
+ - **Homepage:**
143
+ - **Repository:**
144
+ - **Paper:**
145
+ - **Leaderboard:**
146
+ - **Point of Contact:**
147
+
148
+ ### Dataset Summary
149
+
150
+ [More Information Needed]
151
+
152
+ ### Supported Tasks and Leaderboards
153
+
154
+ [More Information Needed]
155
+
156
+ ### Languages
157
+
158
+ [More Information Needed]
159
+
160
+ ## Dataset Structure
161
+
162
+ ### Data Instances
163
+
164
+ [More Information Needed]
165
+
166
+ ### Data Fields
167
+
168
+ [More Information Needed]
169
+
170
+ ### Data Splits
171
+
172
+ [More Information Needed]
173
+
174
+ ## Dataset Creation
175
+
176
+ ### Curation Rationale
177
+
178
+ [More Information Needed]
179
+
180
+ ### Source Data
181
+
182
+ #### Initial Data Collection and Normalization
183
+
184
+ [More Information Needed]
185
+
186
+ #### Who are the source language producers?
187
+
188
+ [More Information Needed]
189
+
190
+ ### Annotations
191
+
192
+ #### Annotation process
193
+
194
+ [More Information Needed]
195
+
196
+ #### Who are the annotators?
197
+
198
+ [More Information Needed]
199
+
200
+ ### Personal and Sensitive Information
201
+
202
+ [More Information Needed]
203
+
204
+ ## Considerations for Using the Data
205
+
206
+ ### Social Impact of Dataset
207
+
208
+ [More Information Needed]
209
+
210
+ ### Discussion of Biases
211
+
212
+ [More Information Needed]
213
+
214
+ ### Other Known Limitations
215
+
216
+ [More Information Needed]
217
+
218
+ ## Additional Information
219
+
220
+ ### Dataset Curators
221
+
222
+ [More Information Needed]
223
+
224
+ ### Licensing Information
225
+
226
+ [More Information Needed]
227
+
228
+ ### Citation Information
229
+
230
+ [More Information Needed]
231
+
232
+ ### Contributions
233
+
234
+ Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.