Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,8 @@ license: apache-2.0
|
|
11 |
|
12 |
# Wav2Vec2-XLS-R-1B
|
13 |
|
|
|
|
|
14 |
[Facebook's Wav2Vec2 XLS-R](https://ai.facebook.com/blog/wav2vec-20-learning-the-structure-of-speech-from-raw-audio/)
|
15 |
|
16 |
XLS-R is Facebook AI's large-scale multilingual pretrained model for speech (the "XLM-R for Speech"). It is pretrained on 436k hours of unlabeled speech, including VoxPopuli, MLS, CommonVoice, BABEL and VoxLingua107. Is uses the wav2vec 2.0 objective, in 128 languages. When using the model make sure that your speech input is sampled at 16Khz. Note that this model should be fine-tuned on a downstream task, like Automatic Speech Recognition, Translation or Classification. Check out [this blog](https://huggingface.co/blog/fine-tune-wav2vec2-english) for more information about ASR.
|
@@ -34,5 +36,3 @@ You can find other pretrained XLS-R models with different numbers of parameters:
|
|
34 |
* [1B version version](https://huggingface.co/facebook/wav2vec2-xls-r-1b)
|
35 |
* [2B version version](https://huggingface.co/facebook/wav2vec2-xls-r-2b)
|
36 |
|
37 |
-

|
38 |
-
|
|
|
11 |
|
12 |
# Wav2Vec2-XLS-R-1B
|
13 |
|
14 |
+

|
15 |
+
|
16 |
[Facebook's Wav2Vec2 XLS-R](https://ai.facebook.com/blog/wav2vec-20-learning-the-structure-of-speech-from-raw-audio/)
|
17 |
|
18 |
XLS-R is Facebook AI's large-scale multilingual pretrained model for speech (the "XLM-R for Speech"). It is pretrained on 436k hours of unlabeled speech, including VoxPopuli, MLS, CommonVoice, BABEL and VoxLingua107. Is uses the wav2vec 2.0 objective, in 128 languages. When using the model make sure that your speech input is sampled at 16Khz. Note that this model should be fine-tuned on a downstream task, like Automatic Speech Recognition, Translation or Classification. Check out [this blog](https://huggingface.co/blog/fine-tune-wav2vec2-english) for more information about ASR.
|
|
|
36 |
* [1B version version](https://huggingface.co/facebook/wav2vec2-xls-r-1b)
|
37 |
* [2B version version](https://huggingface.co/facebook/wav2vec2-xls-r-2b)
|
38 |
|
|
|
|