Datasets:
Add readme
Browse files
README.md
ADDED
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Dataset Card for Unsupervised Peoples Speech
|
2 |
+
|
3 |
+
## Table of Contents
|
4 |
+
- [Dataset Card for Unuspervised Peoples Speech](#dataset-card-for-unsupervised-peoples-speech)
|
5 |
+
- [Table of Contents](#table-of-contents)
|
6 |
+
- [Dataset Description](#dataset-description)
|
7 |
+
- [Dataset Summary](#dataset-summary)
|
8 |
+
- [Dataset Structure](#dataset-structure)
|
9 |
+
- [reformat](#reformat)
|
10 |
+
- [audio and audio2](#transcription-and-transcription_2)
|
11 |
+
- [license.json](#licensejson)
|
12 |
+
- [Data License](#data-license)
|
13 |
+
- [Dataset Creation](#dataset-creation)
|
14 |
+
- [Source Data](#source-data)
|
15 |
+
- [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
|
16 |
+
- [Preprocessing](#preprocessing)
|
17 |
+
- [Annotations] (#annotations)
|
18 |
+
- [Annotation Process] (#annotation-process)
|
19 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
20 |
+
- [Discussion of Biases](#discussion-of-biases)
|
21 |
+
- [Additional Information](#additional-information)
|
22 |
+
- [Licensing Information](#licensing-information)
|
23 |
+
|
24 |
+
## Dataset Description
|
25 |
+
|
26 |
+
- **Point of Contact:** [datasets@mlcommons.org](mailto:datasets@mlcommons.org)
|
27 |
+
|
28 |
+
### Dataset Summary
|
29 |
+
|
30 |
+
The Unuspervised Peoples Speech Dataset is a compilation of audiofiles with transcriptions extracted from wikimedia commons that is licensed for academic and commercial usage under CC and Public domain. It includes {}+ hours of transcribed speech in different languages with a diverse set of speakers.
|
31 |
+
|
32 |
+
## Dataset Structure
|
33 |
+
|
34 |
+
### audio and audio2
|
35 |
+
|
36 |
+
Folders with the raw audio. We split this into two directories because Hugging Face does not support more than 10,000 files in a single directory.
|
37 |
+
|
38 |
+
|
39 |
+
### license.json
|
40 |
+
|
41 |
+
File with license information. The key is the name of the original audio file on Wikimedia Commons.
|
42 |
+
|
43 |
+
### Data License
|
44 |
+
|
45 |
+
Here is an excerpt from license.json:
|
46 |
+
|
47 |
+
"""
|
48 |
+
'"Berlin Wall" Speech - President Reagan\'s Address at the Brandenburg Gate - 6-12-87.webm': {'author': '<td>\n<a class="external text" href="https://www.youtube.com/user/ReaganFoundation" rel="nofollow">ReaganFoundation</a></td>',
|
49 |
+
'source': '<td>\n<bdo dir="ltr" lang="en"><a href="/wiki/Commons:YouTube_files" [...],
|
50 |
+
'html_license': '[\'<table class="layouttemplate mw-content-ltr" lang="en" style="width:100%; [...],
|
51 |
+
'license': 'Public Domain'},
|
52 |
+
|
53 |
+
|
54 |
+
## Dataset Creation
|
55 |
+
|
56 |
+
### Source Data
|
57 |
+
|
58 |
+
#### Initial Data Collection and Normalization
|
59 |
+
|
60 |
+
Data was downloaded from
|
61 |
+
|
62 |
+
#### Preprocessing
|
63 |
+
|
64 |
+
No preprocessing was done.
|
65 |
+
|
66 |
+
### Annotations
|
67 |
+
|
68 |
+
#### Annotation process
|
69 |
+
|
70 |
+
No manual annotation is done. We download only source audio with already existing transcripts.
|
71 |
+
|
72 |
+
In particular, there is no "forced alignment" or "segmentation" done on this dataset.
|
73 |
+
|
74 |
+
### Personal and Sensitive Information
|
75 |
+
|
76 |
+
Several of our sources are legal and government proceedings, spoken stories, speeches, and so on. Given that these were intended as public documents and licensed as such, it is natural that the involved individuals are aware of this.
|
77 |
+
|
78 |
+
## Considerations for Using the Data
|
79 |
+
|
80 |
+
### Discussion of Biases
|
81 |
+
|
82 |
+
Our data is downloaded from commons.wikimedia.org. As such, the data is biased towards whatever users decide to upload there.
|
83 |
+
|
84 |
+
The data is also mostly English, though this has potential for multitask learning because several audio files have more than one transcription.
|
85 |
+
|
86 |
+
## Additional Information
|
87 |
+
|
88 |
+
### Licensing Information
|
89 |
+
|
90 |
+
The source data contains data under Public Domain and Creative Commons Licenses.
|
91 |
+
|
92 |
+
We license this dataset under https://creativecommons.org/licenses/by-sa/4.0/
|
93 |
+
|
94 |
+
The appropriate attributions are in license.json
|