From 9f6c748b3098e3e32c704c27c40ec31f2e9d376c Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Fri, 10 Jun 2022 12:19:18 +0800 Subject: [PATCH] Add links to sherpa. (#417) * Add links to sherpa. --- README.md | 8 ++++++++ egs/librispeech/ASR/RESULTS.md | 2 ++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index 9f8db554c..2096681ea 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ +## Introduction + +icefall contains ASR recipes for various datasets +using . + +You can use to deploy models +trained with icefall. + ## Installation Please refer to diff --git a/egs/librispeech/ASR/RESULTS.md b/egs/librispeech/ASR/RESULTS.md index f5a32f13b..66410ef40 100644 --- a/egs/librispeech/ASR/RESULTS.md +++ b/egs/librispeech/ASR/RESULTS.md @@ -9,6 +9,8 @@ Use . Use [Emformer](https://arxiv.org/abs/2010.10759) from [torchaudio](https://github.com/pytorch/audio) for streaming ASR. The Emformer model is imported from torchaudio without modifications. +You can use to deploy it. + | | test-clean | test-other | comment | |-------------------------------------|------------|------------|----------------------------------------| | greedy search (max sym per frame 1) | 4.28 | 11.42 | --epoch 39 --avg 6 --max-duration 600 |