Update README.md
Browse files
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 |
-
|
27 |
-
|
28 |
-
|
|
|
|
|
|
|
|
|
|
|
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 |
|