Update README.md
Browse files
README.md
CHANGED
@@ -56,7 +56,7 @@ metrics:
|
|
56 |
|
57 |
This repository contains the checkpoint for a `SpeechEncoderDecoderModel` fine-tuned for Automatic Speech Recognition (ASR) on the English portion of the VoxPopuli dataset. This model achieved the **best Word Error Rate (WER) of 8.85% on the VoxPopuli English test set** within the experimental framework of the Master's thesis "Effective Training of Neural Networks for Automatic Speech Recognition" by Matej Horník.
|
58 |
|
59 |
-
The model leverages a pre-trained **Wav2Vec2 (Base)** encoder
|
60 |
|
61 |
## Thesis Context
|
62 |
|
|
|
56 |
|
57 |
This repository contains the checkpoint for a `SpeechEncoderDecoderModel` fine-tuned for Automatic Speech Recognition (ASR) on the English portion of the VoxPopuli dataset. This model achieved the **best Word Error Rate (WER) of 8.85% on the VoxPopuli English test set** within the experimental framework of the Master's thesis "Effective Training of Neural Networks for Automatic Speech Recognition" by Matej Horník.
|
58 |
|
59 |
+
The model leverages a pre-trained **Wav2Vec2 (Base)** encoder [`facebook/wav2vec2-base-en-voxpopuli-v2`](https://huggingface.co/facebook/wav2vec2-base-en-voxpopuli-v2) and a pre-trained **BART (Base)** decoder [`facebook/bart-base`](https://huggingface.co/facebook/bart-base).
|
60 |
|
61 |
## Thesis Context
|
62 |
|