mbarnig commited on
Commit
41147d1
1 Parent(s): 931ae97

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -1
README.md CHANGED
@@ -1,3 +1,34 @@
1
  ---
2
- license: mpl-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-nc-sa-4.0
3
+
4
+ language:
5
+ - lb
6
+ - de
7
+ - fr
8
+ - en
9
+ - pt
10
+
11
+ tags:
12
+ - STT
13
+ - ASR
14
+ - audio
15
+ - speech recognition
16
+ - coqui.ai
17
+
18
+ datasets:
19
+ - mbarnig/lb-STT-CORPUS
20
+
21
  ---
22
+ #### The luxembourgish part of my multilingual automatic speech recognition (ASR) model is the second Machine Learning (ML) model for Luxembourgish. The very first model has been published in May 2022 by [Pr Peter Gilles](https://infolux.uni.lu/automatic-speech-recognition-in-luxembourgish-a-very-first-model/) of the University of Luxembourg.
23
+
24
+ #### My model has been trained from scratch with my customized dataset [mbarnig/lb-STT_CORPUS](https://huggingface.co/datasets/mbarnig/lb-STT-CORPUS) and the deep-learning-toolkit 🐸 [Coqui-STT](https://github.com/coqui-ai/STT) (version 1.3.0). The model was trained without punctuations with the following alphabet:
25
+ ```
26
+ characters="abcdefghijklmnopqrstuvwxyz ßàáâãäçèéêëíîïóôõöùúûü",
27
+ punctuations="!'(),-.:;? ",
28
+ phonemes=None,
29
+ ```
30
+ #### A live inference-demo of the ASR system is available in my HuggingFace space ⌨️ 🇱🇺 🔈 [mbarnig/lb-de-fr-en-pt-COQUI-STT](https://huggingface.co/spaces/mbarnig/lb-de-fr-en-pt-COQUI-STT).
31
+
32
+ #### Click the tab *training metrics* above to view the live Tensorboard of the model training.
33
+
34
+ ![tensorboard](tensorboard.png)