Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

LibreASR 1.0.2

Latest
Compare
Choose a tag to compare
@iceychris iceychris released this 14 Nov 11:37
· 30 commits to master since this release

This release contains pretrained models (RNN-T and LM) for two languages: en and de
and comes with a runnable docker image.

The LMs have not been tuned and alpha is hardcoded to 0.1.

English

  • Dataset: ~1400h mixed

  • Parameters: 70M

  • WER on Validation Set: 23.8

best_english_70M_23 8WER_3d

German

  • Dataset: ~800h mixed

  • Parameters: 70M

  • WER on Validation Set: 37.6

best_german_70M_37 6WER_3d

Docker Image

docker pull iceychris/libreasr:1.0.2
docker run -it -p 8080:8080 iceychris/libreasr:1.0.2