polinaeterna HF staff commited on
Commit
ba8e137
1 Parent(s): 0fd9d7c

add readme, short version

Browse files
Files changed (1) hide show
  1. README.md +159 -0
README.md ADDED
@@ -0,0 +1,159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators: []
3
+ language:
4
+ - en
5
+ - de
6
+ - fr
7
+ - es
8
+ - pl
9
+ - it
10
+ - ro
11
+ - hu
12
+ - cs
13
+ - nl
14
+ - fi
15
+ - hr
16
+ - sk
17
+ - sl
18
+ - et
19
+ - lt
20
+ language_creators: []
21
+ license:
22
+ - cc0
23
+ - other
24
+ multilinguality:
25
+ - multilingual
26
+ pretty_name: VoxPopuli
27
+ size_categories: []
28
+ source_datasets: []
29
+ tags: []
30
+ task_categories:
31
+ - automatic-speech-recognition
32
+ task_ids: []---
33
+
34
+ # Dataset Card for [Dataset Name]
35
+
36
+ ## Table of Contents
37
+ - [Table of Contents](#table-of-contents)
38
+ - [Dataset Description](#dataset-description)
39
+ - [Dataset Summary](#dataset-summary)
40
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
41
+ - [Languages](#languages)
42
+ - [Dataset Structure](#dataset-structure)
43
+ - [Data Instances](#data-instances)
44
+ - [Data Fields](#data-fields)
45
+ - [Data Splits](#data-splits)
46
+ - [Dataset Creation](#dataset-creation)
47
+ - [Curation Rationale](#curation-rationale)
48
+ - [Source Data](#source-data)
49
+ - [Annotations](#annotations)
50
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
51
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
52
+ - [Social Impact of Dataset](#social-impact-of-dataset)
53
+ - [Discussion of Biases](#discussion-of-biases)
54
+ - [Other Known Limitations](#other-known-limitations)
55
+ - [Additional Information](#additional-information)
56
+ - [Dataset Curators](#dataset-curators)
57
+ - [Licensing Information](#licensing-information)
58
+ - [Citation Information](#citation-information)
59
+ - [Contributions](#contributions)
60
+
61
+ ## Dataset Description
62
+
63
+ - **Homepage:**
64
+ - **Repository:** https://github.com/facebookresearch/voxpopuli
65
+ - **Paper:** https://aclanthology.org/2021.acl-long.80/
66
+ - **Leaderboard:**
67
+ - **Point of Contact:** [changhan@fb.com](mailto:changhan@fb.com), [mriviere@fb.com](mailto:mriviere@fb.com), [annl@fb.com](mailto:annl@fb.com)
68
+
69
+ ### Dataset Summary
70
+
71
+ VoxPopuli is a large-scale multilingual speech corpus for representation learning, semi-supervised learning and interpretation.
72
+ This implementation contains transcribed speech data for 18 languages.
73
+ It also contains 29 hours of transcribed speech data of non-native English intended for research in ASR for accented speech (15 L2 accents)
74
+
75
+ The raw data is collected from 2009-2020 European Parliament event recordings. We acknowledge the European Parliament for creating and sharing these materials.
76
+
77
+ ### Supported Tasks and Leaderboards
78
+
79
+ * automatic-speech-recognition: The dataset can be used to train a model for Automatic Speech Recognition (ASR). The model is presented with an audio file and asked to transcribe the audio file to written text. The most common evaluation metric is the word error rate (WER).
80
+
81
+ ### Languages
82
+
83
+ [More Information Needed]
84
+
85
+ ## Dataset Structure
86
+
87
+ ### Data Instances
88
+
89
+ [More Information Needed]
90
+
91
+ ### Data Fields
92
+
93
+ [More Information Needed]
94
+
95
+ ### Data Splits
96
+
97
+ [More Information Needed]
98
+
99
+ ## Dataset Creation
100
+
101
+ ### Curation Rationale
102
+
103
+ [More Information Needed]
104
+
105
+ ### Source Data
106
+
107
+ #### Initial Data Collection and Normalization
108
+
109
+ [More Information Needed]
110
+
111
+ #### Who are the source language producers?
112
+
113
+ [More Information Needed]
114
+
115
+ ### Annotations
116
+
117
+ #### Annotation process
118
+
119
+ [More Information Needed]
120
+
121
+ #### Who are the annotators?
122
+
123
+ [More Information Needed]
124
+
125
+ ### Personal and Sensitive Information
126
+
127
+ [More Information Needed]
128
+
129
+ ## Considerations for Using the Data
130
+
131
+ ### Social Impact of Dataset
132
+
133
+ [More Information Needed]
134
+
135
+ ### Discussion of Biases
136
+
137
+ [More Information Needed]
138
+
139
+ ### Other Known Limitations
140
+
141
+ [More Information Needed]
142
+
143
+ ## Additional Information
144
+
145
+ ### Dataset Curators
146
+
147
+ [More Information Needed]
148
+
149
+ ### Licensing Information
150
+
151
+ [More Information Needed]
152
+
153
+ ### Citation Information
154
+
155
+ [More Information Needed]
156
+
157
+ ### Contributions
158
+
159
+ Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.