mbarnig commited on
Commit
7e2fed9
1 Parent(s): 41147d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -23,9 +23,14 @@ datasets:
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
 
 
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
+ # Each line in this file represents the Unicode codepoint (UTF-8 encoded)
27
+ # associated with a numeric index.
28
+ # A line that starts with # is a comment. You can escape it with \# if you wish
29
+ # to use '#' in the Alphabet.
30
+
31
+ 'abcdefghijklmnopqrstuvwxyz àáâäçèéëîôöûü
32
+
33
+ # The last (non-comment) line needs to end with a newline.
34
  ```
35
  #### 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).
36