Update README.md
Browse files
README.md
CHANGED
@@ -34,6 +34,11 @@ The original model can be found under https://github.com/pytorch/fairseq/tree/ma
|
|
34 |
|
35 |
See [this notebook](https://colab.research.google.com/github/patrickvonplaten/notebooks/blob/master/Fine_Tune_XLSR_Wav2Vec2_on_Turkish_ASR_with_%F0%9F%A4%97_Transformers.ipynb) for more information on how to fine-tune the model.
|
36 |
|
37 |
-
You can find
|
|
|
|
|
|
|
|
|
|
|
38 |
![model image](https://raw.githubusercontent.com/patrickvonplaten/scientific_images/master/xls-r.png)
|
39 |
|
|
|
34 |
|
35 |
See [this notebook](https://colab.research.google.com/github/patrickvonplaten/notebooks/blob/master/Fine_Tune_XLSR_Wav2Vec2_on_Turkish_ASR_with_%F0%9F%A4%97_Transformers.ipynb) for more information on how to fine-tune the model.
|
36 |
|
37 |
+
You can find other pretrained XLS-R models with different numbers of parameters:
|
38 |
+
* [100M parameters version](https://huggingface.co/facebook/wav2vec2-xls-r-100m)
|
39 |
+
* [300M parameters version](https://huggingface.co/facebook/wav2vec2-xls-r-300m)
|
40 |
+
* [1B version version](https://huggingface.co/facebook/wav2vec2-xls-r-1b)
|
41 |
+
* [2B version version](https://huggingface.co/facebook/wav2vec2-xls-r-2b)
|
42 |
+
|
43 |
![model image](https://raw.githubusercontent.com/patrickvonplaten/scientific_images/master/xls-r.png)
|
44 |
|