Commit
·
73a93d9
1
Parent(s):
daca7ae
Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ This repository provides all the necessary tools to perform automatic speech
|
|
24 |
recognition from an end-to-end system pretrained on CommonVoice (German Language) within
|
25 |
SpeechBrain. For a better experience, we encourage you to learn more about
|
26 |
[SpeechBrain](https://speechbrain.github.io).
|
27 |
-
The performance of the model is the following:
|
28 |
|
29 |
| Release | Test CER | Test WER | GPUs |
|
30 |
|:-------------:|:--------------:|:--------------:| :--------:|
|
@@ -97,7 +97,6 @@ cd recipes/CommonVoice/ASR/seq2seq
|
|
97 |
python train.py hparams/train_de.yaml --data_folder=your_data_folder
|
98 |
```
|
99 |
|
100 |
-
You can find our training results (models, logs, etc) [here](https://www.dropbox.com/sh/zgatirb118f79ef/AACmjh-D94nNDWcnVI4Ef5K7a?dl=0)
|
101 |
|
102 |
### Limitations
|
103 |
|
|
|
24 |
recognition from an end-to-end system pretrained on CommonVoice (German Language) within
|
25 |
SpeechBrain. For a better experience, we encourage you to learn more about
|
26 |
[SpeechBrain](https://speechbrain.github.io).
|
27 |
+
The performance of the model is the following (after 25 epochs):
|
28 |
|
29 |
| Release | Test CER | Test WER | GPUs |
|
30 |
|:-------------:|:--------------:|:--------------:| :--------:|
|
|
|
97 |
python train.py hparams/train_de.yaml --data_folder=your_data_folder
|
98 |
```
|
99 |
|
|
|
100 |
|
101 |
### Limitations
|
102 |
|