patrickvonplaten commited on
Commit
9585ebc
1 Parent(s): 9a49133

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -16,6 +16,8 @@ license: apache-2.0
16
 
17
  Facebook's Wav2Vec2 XLS-R fine-tuned for Speech Translation.
18
 
 
 
19
  This is a [SpeechEncoderDecoderModel](https://huggingface.co/transformers/model_doc/speechencoderdecoder.html) model.
20
  The encoder was warm-started from the [`facebook/wav2vec2-xls-r-300m`](https://huggingface.co/facebook/wav2vec2-xls-r-300m) checkpoint and
21
  the decoder was warm-started from the [`facebook/mbart-large-50`](https://huggingface.co/facebook/mbart-large-50) checkpoint.
16
 
17
  Facebook's Wav2Vec2 XLS-R fine-tuned for Speech Translation.
18
 
19
+ ![model image](https://raw.githubusercontent.com/patrickvonplaten/scientific_images/master/xls_r.png)
20
+
21
  This is a [SpeechEncoderDecoderModel](https://huggingface.co/transformers/model_doc/speechencoderdecoder.html) model.
22
  The encoder was warm-started from the [`facebook/wav2vec2-xls-r-300m`](https://huggingface.co/facebook/wav2vec2-xls-r-300m) checkpoint and
23
  the decoder was warm-started from the [`facebook/mbart-large-50`](https://huggingface.co/facebook/mbart-large-50) checkpoint.