Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
| 1 |
-
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
|
| 4 |
Version: April 2024
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- nl
|
| 4 |
+
library_name: espnet
|
| 5 |
+
pipeline_tag: automatic-speech-recognition
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# Model
|
| 9 |
+
|
| 10 |
+
This repository contains the second version of our Automatic Speech Recognition and Subtitle Generation model, with improved architecture and trained on 14000 hours of Flemish broadcast subtitled speech data.
|
| 11 |
+
It can generate both an exact verbatim transcription with annotation tags as well as a fully formatted and cleaned up subtitle transcription.
|
| 12 |
+
It outputs both modalities with separate decoders.
|
| 13 |
+
|
| 14 |
+
This repository only hosts the pre-trained model itself and the configuration files.
|
| 15 |
+
Using this model requires installation of our Flemish Speech&Subtitling branch of the ESPnet toolkit, which you can find on Github [**here**](https://github.com/nelfproject/ASR_espnet_v2).
|
| 16 |
+
The Github page will contain all further details to use the model. To download the model, see the instructions [here](https://huggingface.co/docs/hub/models-downloading).
|
| 17 |
+
|
| 18 |
+
|
| 19 |
|
| 20 |
Version: April 2024
|