Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,38 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
language:
|
4 |
+
- nl
|
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 contains the base variant of the model with 70M parameters.
|
15 |
+
|
16 |
+
**Version**: April 2024
|
17 |
+
|
18 |
+
# Usage
|
19 |
+
|
20 |
+
This repository only hosts the pre-trained model itself and the configuration files.
|
21 |
+
To download this model, see the instructions [here](https://huggingface.co/docs/hub/models-downloading).
|
22 |
+
|
23 |
+
Usage of this model, as well as our other ASR models, is integrated in [our Github codebase](https://github.com/nelfproject/NeLF_Transcription_ASR).
|
24 |
+
Please refer to the Github for installation.
|
25 |
+
|
26 |
+
# Webservice
|
27 |
+
|
28 |
+
This model can also be accessed through the [webservice of the NeLF Project](https://nelfproject.be/web_service.php). After requesting access, you can upload audio or video files and they will be transcribed according to the desired settings.
|
29 |
+
|
30 |
+
# Citation
|
31 |
+
|
32 |
+
If you use this model, please cite the research paper: (Will be added shortly).
|
33 |
+
|
34 |
+
# Contact
|
35 |
+
|
36 |
+
Jakob Poncelet: [email protected]
|
37 |
+
|
38 |
+
|