Update files from the datasets library (from 1.3.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.3.0
README.md
ADDED
@@ -0,0 +1,143 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
---
|
3 |
+
|
4 |
+
# Dataset Card for "librispeech_lm"
|
5 |
+
|
6 |
+
## Table of Contents
|
7 |
+
- [Dataset Description](#dataset-description)
|
8 |
+
- [Dataset Summary](#dataset-summary)
|
9 |
+
- [Supported Tasks](#supported-tasks)
|
10 |
+
- [Languages](#languages)
|
11 |
+
- [Dataset Structure](#dataset-structure)
|
12 |
+
- [Data Instances](#data-instances)
|
13 |
+
- [Data Fields](#data-fields)
|
14 |
+
- [Data Splits Sample Size](#data-splits-sample-size)
|
15 |
+
- [Dataset Creation](#dataset-creation)
|
16 |
+
- [Curation Rationale](#curation-rationale)
|
17 |
+
- [Source Data](#source-data)
|
18 |
+
- [Annotations](#annotations)
|
19 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
20 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
21 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
22 |
+
- [Discussion of Biases](#discussion-of-biases)
|
23 |
+
- [Other Known Limitations](#other-known-limitations)
|
24 |
+
- [Additional Information](#additional-information)
|
25 |
+
- [Dataset Curators](#dataset-curators)
|
26 |
+
- [Licensing Information](#licensing-information)
|
27 |
+
- [Citation Information](#citation-information)
|
28 |
+
- [Contributions](#contributions)
|
29 |
+
|
30 |
+
## [Dataset Description](#dataset-description)
|
31 |
+
|
32 |
+
- **Homepage:** [http://www.openslr.org/11](http://www.openslr.org/11)
|
33 |
+
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
34 |
+
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
35 |
+
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
36 |
+
- **Size of downloaded dataset files:** 1437.45 MB
|
37 |
+
- **Size of the generated dataset:** 4213.88 MB
|
38 |
+
- **Total amount of disk used:** 5651.33 MB
|
39 |
+
|
40 |
+
### [Dataset Summary](#dataset-summary)
|
41 |
+
|
42 |
+
Language modeling resources to be used in conjunction with the LibriSpeech ASR corpus.
|
43 |
+
|
44 |
+
### [Supported Tasks](#supported-tasks)
|
45 |
+
|
46 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
47 |
+
|
48 |
+
### [Languages](#languages)
|
49 |
+
|
50 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
51 |
+
|
52 |
+
## [Dataset Structure](#dataset-structure)
|
53 |
+
|
54 |
+
We show detailed information for up to 5 configurations of the dataset.
|
55 |
+
|
56 |
+
### [Data Instances](#data-instances)
|
57 |
+
|
58 |
+
#### default
|
59 |
+
|
60 |
+
- **Size of downloaded dataset files:** 1437.45 MB
|
61 |
+
- **Size of the generated dataset:** 4213.88 MB
|
62 |
+
- **Total amount of disk used:** 5651.33 MB
|
63 |
+
|
64 |
+
An example of 'train' looks as follows.
|
65 |
+
```
|
66 |
+
{
|
67 |
+
"text": "This is a test file"
|
68 |
+
}
|
69 |
+
```
|
70 |
+
|
71 |
+
### [Data Fields](#data-fields)
|
72 |
+
|
73 |
+
The data fields are the same among all splits.
|
74 |
+
|
75 |
+
#### default
|
76 |
+
- `text`: a `string` feature.
|
77 |
+
|
78 |
+
### [Data Splits Sample Size](#data-splits-sample-size)
|
79 |
+
|
80 |
+
| name | train |
|
81 |
+
|-------|-------:|
|
82 |
+
|default|40418260|
|
83 |
+
|
84 |
+
## [Dataset Creation](#dataset-creation)
|
85 |
+
|
86 |
+
### [Curation Rationale](#curation-rationale)
|
87 |
+
|
88 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
89 |
+
|
90 |
+
### [Source Data](#source-data)
|
91 |
+
|
92 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
93 |
+
|
94 |
+
### [Annotations](#annotations)
|
95 |
+
|
96 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
97 |
+
|
98 |
+
### [Personal and Sensitive Information](#personal-and-sensitive-information)
|
99 |
+
|
100 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
101 |
+
|
102 |
+
## [Considerations for Using the Data](#considerations-for-using-the-data)
|
103 |
+
|
104 |
+
### [Social Impact of Dataset](#social-impact-of-dataset)
|
105 |
+
|
106 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
107 |
+
|
108 |
+
### [Discussion of Biases](#discussion-of-biases)
|
109 |
+
|
110 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
111 |
+
|
112 |
+
### [Other Known Limitations](#other-known-limitations)
|
113 |
+
|
114 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
115 |
+
|
116 |
+
## [Additional Information](#additional-information)
|
117 |
+
|
118 |
+
### [Dataset Curators](#dataset-curators)
|
119 |
+
|
120 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
121 |
+
|
122 |
+
### [Licensing Information](#licensing-information)
|
123 |
+
|
124 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
125 |
+
|
126 |
+
### [Citation Information](#citation-information)
|
127 |
+
|
128 |
+
```
|
129 |
+
@inproceedings{panayotov2015librispeech,
|
130 |
+
title={Librispeech: an ASR corpus based on public domain audio books},
|
131 |
+
author={Panayotov, Vassil and Chen, Guoguo and Povey, Daniel and Khudanpur, Sanjeev},
|
132 |
+
booktitle={Acoustics, Speech and Signal Processing (ICASSP), 2015 IEEE International Conference on},
|
133 |
+
pages={5206--5210},
|
134 |
+
year={2015},
|
135 |
+
organization={IEEE}
|
136 |
+
}
|
137 |
+
|
138 |
+
```
|
139 |
+
|
140 |
+
|
141 |
+
### Contributions
|
142 |
+
|
143 |
+
Thanks to [@lewtun](https://github.com/lewtun), [@jplu](https://github.com/jplu), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
|