File size: 3,821 Bytes
dbe975e
 
 
 
 
 
 
 
 
 
 
 
b26f165
 
dbe975e
 
 
a901a48
 
 
 
 
 
 
235ce1a
a901a48
235ce1a
a901a48
 
 
 
 
 
 
 
 
 
999e390
a901a48
 
 
 
 
 
 
235ce1a
a901a48
235ce1a
a901a48
235ce1a
a901a48
235ce1a
a901a48
235ce1a
a901a48
235ce1a
a901a48
235ce1a
a901a48
235ce1a
a901a48
235ce1a
a901a48
235ce1a
 
 
a901a48
 
 
 
 
 
 
 
235ce1a
a901a48
 
 
 
 
 
 
 
 
235ce1a
a901a48
 
 
 
 
 
 
 
 
 
 
235ce1a
a901a48
235ce1a
a901a48
 
 
 
 
235ce1a
a901a48
 
999e390
 
 
 
a12b886
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
---
language:
- eng
pretty_name: Unsupervised Peoples Speech
tags:
- audio
- unsupervised
task_categories:
- automatic-speech-recognition
- audio-classification
task_ids:
- audio-language-identification
viewer: false

---


# Dataset Card for Unsupervised Peoples Speech

## Table of Contents
- [Dataset Card for Unuspervised Peoples Speech](#dataset-card-for-unsupervised-peoples-speech)
  - [Table of Contents](#table-of-contents)
  - [Dataset Description](#dataset-description)
    - [Dataset Summary](#dataset-summary)
    - [Relevant Statistics](#relevant-statistics)
  - [Dataset Structure](#dataset-structure)
    - [Audio folders](#audio-folders)
  - [Dataset Creation](#dataset-creation)
    - [Source Data](#source-data)
      - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
      - [Preprocessing](#preprocessing)
    - [Annotations] (#annotations)
      - [Annotation Process] (#annotation-process)
  - [Considerations for Using the Data](#considerations-for-using-the-data)
    - [Discussion of Biases](#discussion-of-biases)
  - [Additional Information](#additional-information)
    - [Licensing Information](#licensing-information)
    - [Citation Information](#citation-information)

## Dataset Description

- **Point of Contact:** [[email protected]](mailto:[email protected])

### Dataset Summary

The Unsupervised Peoples Speech Dataset is a compilation of audiofiles  extracted from Archive.org that is licensed for academic and commercial usage under CC-BY and CC-BY-SA licenses. It includes more than one million hours of audio with a diverse set of speakers.

### Relevant Statistics

#### Duration Distribution

Most of the audios range between 1 and 10 minutes in length, with only 14 of them exceeding the 100 hour mark.

![Duration Distribution](./images/duration_distribution.png)

#### Sample Rates

99% of the audio in the dataset has a 44.1Khz sample rate, and the remaining audio varies from the more common 16Khz, 24Khz and 48 Khz to custom sample rates.

![Sample Rates](./images/sample_rate_distribution.png)

## Dataset Structure

### Audio folders

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.


## Dataset Creation

### Source Data

#### Initial Data Collection and Normalization

Data was downloaded via the archive.org API. No data inference was done.

#### Preprocessing

No preprocessing was done.

### Annotations

#### Annotation process

No manual annotation is done. We download only source audio.

In particular, there is no "forced alignment" or "segmentation" done on this dataset.

### Personal and Sensitive Information

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.

## Considerations for Using the Data

### Discussion of Biases

Our data is downloaded from archive.org. As such, the data is biased towards whatever users decide to upload there.

Almost all of our data is American accented English.

## Additional Information

### Licensing Information

The source data contains data under CC-BY-SA and CC-BY licenses. 

We license this dataset under https://creativecommons.org/licenses/by-sa/4.0/

### Citation Information
Please cite

```
@article{USP,
author={Daniel Galvez and
          Ryan Hileman and
          Rafael Mosquera and
          Juan Ciro and
          Kurt Bollacker and
          Peter Mattson and
          David Kanter},
  title     = {Unsupervised People's Speech (The Million Hour Audio Dataset)},
  year      = {2023},
  url       = {https://huggingface.co/datasets/MLCommons/peoples_speech},
}
```