Jakobkee commited on
Commit
e868cbb
1 Parent(s): 09bc3b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -4
README.md CHANGED
@@ -1,5 +1,16 @@
1
- This model performs verbatim ASR.
2
- It is trained to jointly perform verbatim ASR and automatic subtitling, after which the subtitle part has been discarded.
3
- It is trained on Flemish Dutch speech, and can be used with the standard ESPnet toolkit.
 
 
4
 
5
- Version: September 2023
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - nl
4
+ ---
5
+ # Model
6
 
7
+ This repository contains the first version of our Automatic Speech Recognition and Subtitle Generation model, trained on 2000 hours of Flemish broadcast subtitled speech data.
8
+ It is converted to a simple ASR model, which outputs only a verbatim transcription.
9
+
10
+ # Usage
11
+
12
+ This repository only hosts the pre-trained model itself and the configuration files.
13
+ Using this model requires installation of the ESPnet toolkit, which you can find on Github [**here**](https://github.com/espnet/espnet).
14
+ Th/espnete 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).
15
+
16
+ **Version**: September 2023