Titouan P
commited on
Commit
•
bace21d
1
Parent(s):
d33b2a4
model card
Browse files
README.md
CHANGED
@@ -6,32 +6,30 @@ tags:
|
|
6 |
license: "apache-2.0"
|
7 |
---
|
8 |
|
9 |
-
# LeBenchmark: wav2vec2 large model trained on
|
10 |
|
11 |
|
12 |
|
13 |
-
LeBenchmark provides an ensemble of pretrained wav2vec2 models on different French
|
14 |
|
15 |
|
16 |
|
17 |
## wav2vec2-FR-M-Large: model and data descriptions
|
18 |
|
19 |
|
20 |
-
We release four different models that can be found under our HuggingFace
|
21 |
|
22 |
-
- [wav2vec2-FR-
|
23 |
-
|
24 |
-
- [wav2vec2-FR-
|
25 |
-
|
26 |
-
- [wav2vec2-FR-
|
27 |
-
|
28 |
-
- [wav2vec2-FR-
|
29 |
-
|
30 |
-
|
31 |
|
32 |
## Intended uses & limitations
|
33 |
|
34 |
-
Pretrained wav2vec2 models are distributed under the
|
35 |
|
36 |
## Fine-tune with Fairseq for ASR with CTC
|
37 |
|
@@ -41,11 +39,11 @@ Please note that due to the nature of CTC, speech-to-text results aren't expecte
|
|
41 |
|
42 |
## Integrate to SpeechBrain for ASR, Speaker, Source Separation ...
|
43 |
|
44 |
-
Pretrained wav2vec models recently gained in popularity. At the same time [SpeechBrain toolkit](https://speechbrain.github.io) came out, proposing a new and simpler way of dealing with state-of-the-art speech & deep-learning technologies.
|
45 |
|
46 |
While it currently is in beta, SpeechBrain offers two different ways of nicely integrating wav2vec2 models that were trained with Fairseq i.e our LeBenchmark models!
|
47 |
|
48 |
-
1. Extract wav2vec2 features on-the-fly (with a frozen wav2vec2 encoder) to be combined with any speech
|
49 |
2. *Experimental:* To fully benefit from wav2vec2, the best solution remains to fine-tune the model while you train your downstream task. This is very simply allowed within SpeechBrain as just a flag needs to be turned on. Thus, our wav2vec2 models can be fine-tuned while training your favorite ASR pipeline or Speaker Recognizer.
|
50 |
|
51 |
**If interested, simply follow this [tutorial](https://colab.research.google.com/drive/17Hu1pxqhfMisjkSgmM2CnZxfqDyn2hSY?usp=sharing)**
|
@@ -53,5 +51,11 @@ While it currently is in beta, SpeechBrain offers two different ways of nicely i
|
|
53 |
## Referencing LeBenchmark
|
54 |
|
55 |
```
|
56 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
```
|
|
|
6 |
license: "apache-2.0"
|
7 |
---
|
8 |
|
9 |
+
# LeBenchmark: wav2vec2 large model trained on 7K hours of French speech
|
10 |
|
11 |
|
12 |
|
13 |
+
LeBenchmark provides an ensemble of pretrained wav2vec2 models on different French datasets containing spontaneous, read, and broadcasted speech. For more information on the different benchmarks that can be used to evaluate the wav2vec2 models, please refer to our paper at: [Not Available yet]()
|
14 |
|
15 |
|
16 |
|
17 |
## wav2vec2-FR-M-Large: model and data descriptions
|
18 |
|
19 |
|
20 |
+
We release four different models that can be found under our HuggingFace organization. Two different wav2vec2 architectures *Base* and *Large* are coupled with our small (1K), medium (3K), and large (7K) corpus. A larger one should come later. In short:
|
21 |
|
22 |
+
- [wav2vec2-FR-7K-large](https://huggingface.co/LeBenchmark/wav2vec2-FR-7K-large): Large wav2vec2 trained on 7.6K hours of French speech (1.8K Males / 1.0K Females / 4.8K unknown).
|
23 |
+
- [wav2vec2-FR-7K-base](https://huggingface.co/LeBenchmark/wav2vec2-FR-7K-base): Base wav2vec2 trained on 7.6K hours of French speech (1.8K Males / 1.0K Females / 4.8K unknown).
|
24 |
+
- [wav2vec2-FR-3K-large](https://huggingface.co/LeBenchmark/wav2vec2-FR-3K-large): Large wav2vec2 trained on 2.9K hours of French speech (1.8K Males / 1.0K Females / 0.1K unknown).
|
25 |
+
- [wav2vec2-FR-3K-base](https://huggingface.co/LeBenchmark/wav2vec2-FR-3K-base): Base wav2vec2 trained on 2.9K hours of French speech (1.8K Males / 1.0K Females / 0.1K unknown).
|
26 |
+
- [wav2vec2-FR-2.6K-base](https://huggingface.co/LeBenchmark/wav2vec2-FR-2.6K-base): Base wav2vec2 trained on 2.6K hours of French speech (**no spontaneous speech**).
|
27 |
+
- [wav2vec2-FR-1K-large](https://huggingface.co/LeBenchmark/wav2vec2-FR-1K-large): Large wav2vec2 trained on 1K hours of French speech (0.5K Males / 0.5K Females).
|
28 |
+
- [wav2vec2-FR-1K-base](https://huggingface.co/LeBenchmark/wav2vec2-FR-1K-base): Base wav2vec2 trained on 1K hours of French speech (0.5K Males / 0.5K Females).
|
|
|
|
|
29 |
|
30 |
## Intended uses & limitations
|
31 |
|
32 |
+
Pretrained wav2vec2 models are distributed under the Apache-2.0 license. Hence, they can be reused extensively without strict limitations. However, benchmarks and data may be linked to corpora that are not completely open-sourced.
|
33 |
|
34 |
## Fine-tune with Fairseq for ASR with CTC
|
35 |
|
|
|
39 |
|
40 |
## Integrate to SpeechBrain for ASR, Speaker, Source Separation ...
|
41 |
|
42 |
+
Pretrained wav2vec models recently gained in popularity. At the same time, [SpeechBrain toolkit](https://speechbrain.github.io) came out, proposing a new and simpler way of dealing with state-of-the-art speech & deep-learning technologies.
|
43 |
|
44 |
While it currently is in beta, SpeechBrain offers two different ways of nicely integrating wav2vec2 models that were trained with Fairseq i.e our LeBenchmark models!
|
45 |
|
46 |
+
1. Extract wav2vec2 features on-the-fly (with a frozen wav2vec2 encoder) to be combined with any speech-related architecture. Examples are: E2E ASR with CTC+Att+Language Models; Speaker Recognition or Verification, Source Separation ...
|
47 |
2. *Experimental:* To fully benefit from wav2vec2, the best solution remains to fine-tune the model while you train your downstream task. This is very simply allowed within SpeechBrain as just a flag needs to be turned on. Thus, our wav2vec2 models can be fine-tuned while training your favorite ASR pipeline or Speaker Recognizer.
|
48 |
|
49 |
**If interested, simply follow this [tutorial](https://colab.research.google.com/drive/17Hu1pxqhfMisjkSgmM2CnZxfqDyn2hSY?usp=sharing)**
|
|
|
51 |
## Referencing LeBenchmark
|
52 |
|
53 |
```
|
54 |
+
@article{Evain2021LeBenchmarkAR,
|
55 |
+
title={LeBenchmark: A Reproducible Framework for Assessing Self-Supervised Representation Learning from Speech},
|
56 |
+
author={Sol{\`e}ne Evain and Ha Nguyen and Hang Le and Marcely Zanon Boito and Salima Mdhaffar and Sina Alisamir and Ziyi Tong and N. Tomashenko and Marco Dinarelli and Titouan Parcollet and A. Allauzen and Y. Est{\`e}ve and B. Lecouteux and F. Portet and S. Rossato and F. Ringeval and D. Schwab and L. Besacier},
|
57 |
+
journal={ArXiv},
|
58 |
+
year={2021},
|
59 |
+
volume={abs/2104.11462}
|
60 |
+
}
|
61 |
```
|