From 5f63d9b120ef2a9e912781af5503e1cc72e57adf Mon Sep 17 00:00:00 2001 From: marcoyang Date: Wed, 21 Feb 2024 11:51:45 +0800 Subject: [PATCH] add one-line intro --- egs/librispeech/ASR/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/egs/librispeech/ASR/README.md b/egs/librispeech/ASR/README.md index 1c89308183..5c5a76917c 100644 --- a/egs/librispeech/ASR/README.md +++ b/egs/librispeech/ASR/README.md @@ -35,6 +35,7 @@ The following table lists the differences among them. | `lstm_transducer_stateless2` | LSTM | Embedding + Conv1d | Using LSTM with mechanisms in reworked model + gigaspeech (multi-dataset setup) | | `lstm_transducer_stateless3` | LSTM | Embedding + Conv1d | Using LSTM with mechanisms in reworked model + gradient filter + delay penalty | | `zipformer` | Upgraded Zipformer | Embedding + Conv1d | The latest recipe | +| `zipformer_adapter` | Upgraded Zipformer | Embedding + Conv1d | It supports domain adaptation of Zipformer using parameter efficient adapters | The decoder in `transducer_stateless` is modified from the paper [Rnn-Transducer with Stateless Prediction Network](https://ieeexplore.ieee.org/document/9054419/).