Update app.py
Browse files
app.py
CHANGED
@@ -7,31 +7,11 @@ import datasets
|
|
7 |
|
8 |
|
9 |
_DESCRIPTION = """
|
10 |
-
A large-scale
|
11 |
"""
|
12 |
|
13 |
_CITATION = """
|
14 |
-
@inproceedings{
|
15 |
-
title = "{V}ox{P}opuli: A Large-Scale Multilingual Speech Corpus for Representation Learning,
|
16 |
-
Semi-Supervised Learning and Interpretation",
|
17 |
-
author = "Wang, Changhan and
|
18 |
-
Riviere, Morgane and
|
19 |
-
Lee, Ann and
|
20 |
-
Wu, Anne and
|
21 |
-
Talnikar, Chaitanya and
|
22 |
-
Haziza, Daniel and
|
23 |
-
Williamson, Mary and
|
24 |
-
Pino, Juan and
|
25 |
-
Dupoux, Emmanuel",
|
26 |
-
booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics
|
27 |
-
and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)",
|
28 |
-
month = aug,
|
29 |
-
year = "2021",
|
30 |
-
publisher = "Association for Computational Linguistics",
|
31 |
-
url = "https://aclanthology.org/2021.acl-long.80",
|
32 |
-
doi = "10.18653/v1/2021.acl-long.80",
|
33 |
-
pages = "993--1003",
|
34 |
-
}
|
35 |
"""
|
36 |
|
37 |
_HOMEPAGE = "https://github.com/facebookresearch/voxpopuli"
|
|
|
7 |
|
8 |
|
9 |
_DESCRIPTION = """
|
10 |
+
A large-scale speech corpus for representation learning, semi-supervised learning and interpretation.
|
11 |
"""
|
12 |
|
13 |
_CITATION = """
|
14 |
+
@inproceedings{}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
"""
|
16 |
|
17 |
_HOMEPAGE = "https://github.com/facebookresearch/voxpopuli"
|