Jakobkee commited on
Commit
6c575f4
·
verified ·
1 Parent(s): 7bba3e4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -2
README.md CHANGED
@@ -1,4 +1,20 @@
1
- This model can perform both verbatim ASR and automatic subtitling. It outputs both modalities with separate decoders.
2
- It is trained on Flemish Dutch speech, and should be used with the subtitle branch of the ESPnet toolkit (https://github.com/nelfproject/ASR_espnet).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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