Transformers
PyTorch
wav2vec2
pretraining
speech
xls_r
xls_r_pretrained
Inference Endpoints
aconneau commited on
Commit
1c66a96
1 Parent(s): e51a08e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
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 the [100M parameters version](https://huggingface.co/facebook/wav2vec2-xls-r-100m), the [1B version version](https://huggingface.co/facebook/wav2vec2-xls-r-1b) and the [2B parameters version](h
 
 
 
 
 
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