From ebdb97f61515a88de19128f77623d4c0d17f1dc0 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Fri, 13 May 2022 07:39:58 +0800 Subject: [PATCH] Update readme. --- 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 c053076a3..c71a8bfdf 100644 --- a/egs/librispeech/ASR/README.md +++ b/egs/librispeech/ASR/README.md @@ -19,6 +19,7 @@ The following table lists the differences among them. | `pruned_transducer_stateless` | Conformer | Embedding + Conv1d | Using k2 pruned RNN-T loss | | `pruned_transducer_stateless2` | Conformer(modified) | Embedding + Conv1d | Using k2 pruned RNN-T loss | | `pruned_transducer_stateless3` | Conformer(modified) | Embedding + Conv1d | Using k2 pruned RNN-T loss + using GigaSpeech as extra training data | +| `pruned_transducer_stateless4` | Conformer(modified) | Embedding + Conv1d | Using k2 pruned RNN-T loss + Random combiner| The decoder in `transducer_stateless` is modified from the paper