add model card
Browse files
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
β
|
3 |
Massively multilingual speech recognizer from Meta AI. The model is a 1B-param transformer encoder, with a CTC head over 8065 character labels and a language identification head over 60 language ID labels. It is trained on Common Voice (version 6.1, December 2020 release) and VoxPopuli. After training on Common Voice and VoxPopuli, the model is trained on Common Voice only. The labels are unnormalized character-level transcripts (punctuation and capitalization are not removed). The model takes as input Mel filterbank features from a 16Khz audio signal.
|
4 |
β
|
5 |
-
![model image](https://
|
6 |
β
|
7 |
The original Flashlight code, model checkpoints, and Colab notebook can be found at https://github.com/flashlight/wav2letter/tree/main/recipes/mling_pl .
|
8 |
β
|
@@ -26,7 +26,7 @@ Additional thanks to [Chan Woo Kim](https://huggingface.co/cwkeam) and [Patrick
|
|
26 |
β
|
27 |
# Training method
|
28 |
β
|
29 |
-
![model image](https://
|
30 |
β
|
31 |
For more information on how the model was trained, please take a look at the [official paper](https://arxiv.org/abs/2111.00161).
|
32 |
β
|
|
|
2 |
β
|
3 |
Massively multilingual speech recognizer from Meta AI. The model is a 1B-param transformer encoder, with a CTC head over 8065 character labels and a language identification head over 60 language ID labels. It is trained on Common Voice (version 6.1, December 2020 release) and VoxPopuli. After training on Common Voice and VoxPopuli, the model is trained on Common Voice only. The labels are unnormalized character-level transcripts (punctuation and capitalization are not removed). The model takes as input Mel filterbank features from a 16Khz audio signal.
|
4 |
β
|
5 |
+
![model image](https://raw.githubusercontent.com/cwkeam/scientific-images/main/MCTCT/mctct-arch.png)
|
6 |
β
|
7 |
The original Flashlight code, model checkpoints, and Colab notebook can be found at https://github.com/flashlight/wav2letter/tree/main/recipes/mling_pl .
|
8 |
β
|
|
|
26 |
β
|
27 |
# Training method
|
28 |
β
|
29 |
+
![model image](https://raw.githubusercontent.com/cwkeam/scientific-images/main/MCTCT/mctct-slimipl.png) TO-DO: replace with the training diagram from paper
|
30 |
β
|
31 |
For more information on how the model was trained, please take a look at the [official paper](https://arxiv.org/abs/2111.00161).
|
32 |
β
|