patrickvonplaten
commited on
Commit
•
a9e6c3b
1
Parent(s):
71bf0bd
add files
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
tags:
|
4 |
- audio
|
5 |
- automatic-speech-recognition
|
@@ -7,8 +7,13 @@ tags:
|
|
7 |
license: cc-by-nc-4.0
|
8 |
---
|
9 |
|
10 |
-
# Wav2Vec2-
|
11 |
|
12 |
[Facebook's Wav2Vec2](https://ai.facebook.com/blog/wav2vec-20-learning-the-structure-of-speech-from-raw-audio/) large model pretrained on the **100k** subset of [VoxPopuli corpus](https://arxiv.org/abs/2101.00390).
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language: 100k
|
3 |
tags:
|
4 |
- audio
|
5 |
- automatic-speech-recognition
|
|
|
7 |
license: cc-by-nc-4.0
|
8 |
---
|
9 |
|
10 |
+
# Wav2Vec2-Base-VoxPopuli
|
11 |
|
12 |
[Facebook's Wav2Vec2](https://ai.facebook.com/blog/wav2vec-20-learning-the-structure-of-speech-from-raw-audio/) large model pretrained on the **100k** subset of [VoxPopuli corpus](https://arxiv.org/abs/2101.00390).
|
13 |
|
14 |
+
**Paper**: *VoxPopuli: A Large-Scale Multilingual Speech Corpus for Representation
|
15 |
+
Learning, Semi-Supervised Learning and Interpretation*
|
16 |
+
|
17 |
+
**Authors**: *Changhan Wang, Morgane Riviere, Ann Lee, Anne Wu, Chaitanya Talnikar, Daniel Haziza, Mary Williamson, Juan Pino, Emmanuel Dupoux* from *Facebook AI*
|
18 |
+
|
19 |
+
See the official website for more information, [here](https://github.com/facebookresearch/voxpopuli/)
|