Skip to content

Commit

Permalink
Fix for a case when last bits of an utterance were not recognized cor…
Browse files Browse the repository at this point in the history
…rectly
  • Loading branch information
alumae committed Apr 18, 2023
1 parent 3e17cad commit 253d69e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ It consists of the following components:


## News
* 2023-04-18: fixed an issue which caused words at sentence ends not to be recognizer correctly in some cases.

* 2023-03-30: *Major rewrite*: Now uses end-to-end streaming transducer models trained using [Icefall](https://github.com/k2-fsa/icefall).
The model includes punctuation restoration. Should provide 30% less ASR errors and much improved punctuation accuracy.
Also, the Docker image size reduced to from ~14 GB to 3.2 GB, as we don't need Kaldi any more.
Expand Down

0 comments on commit 253d69e

Please sign in to comment.