| React Web App | ESP32-LyraT |
docker run -it -p 8080:8080 iceychris/libreasr:latest
Head your browser to http://localhost:8080/
-
RNN-T network
-
Dynamic Quantization
-
english,german -
french,spanish,italian,multilingual -
Tuned language model fusion
| Model | Dataset | Network | Params | CER (dev) | WER (dev) |
|---|---|---|---|---|---|
english |
1400h | 6-2-1024 |
70M | 18.9 | 23.8 |
german |
800h | 6-2-1024 |
70M | 23.2 | 37.6 |
While this is clearly not SotA, training the models for longer
and on multiple GPUs (instead of a single 2080 ti) would yield better results.
See releases for pretrained models.
See this colab notebook or use this notebook.
Feel free to open an issue, create a pull request or join the Discord.
You may also contribute by training a large model for longer.