Commit
•
fff7b3b
1
Parent(s):
1014833
Update README.md
Browse files
README.md
CHANGED
@@ -15,4 +15,7 @@ metrics:
|
|
15 |
value: 6.4
|
16 |
---
|
17 |
|
18 |
-
|
|
|
|
|
|
|
|
15 |
value: 6.4
|
16 |
---
|
17 |
|
18 |
+
## wav2vec2-2-bart-large-tedlium
|
19 |
+
This model is a sequence-2-sequence (seq2seq) model trained on the [TEDLIUM](https://huggingface.co/datasets/LIUM/tedlium) corpus (release 3).
|
20 |
+
|
21 |
+
It combines a speech encoder with a text decoder to perform automatic speech recognition. The encoder weights are initialised with the [Wav2Vec2 LV-60k](https://huggingface.co/facebook/wav2vec2-large-lv60) checkpoint from [@facebook](https://huggingface.co/facebook). The decoder weights are initialised with the [Bart large](https://huggingface.co/facebook/bart-large) checkpoint from [@facebook](https://huggingface.co/facebook).
|