From 973fd83cf10828bf7aee1ae41cce9ed084b77f6d Mon Sep 17 00:00:00 2001 From: Guo Liyong Date: Fri, 27 May 2022 13:33:22 +0800 Subject: [PATCH] add intro of statless6 in 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 6ccf2fcc6..a738b652f 100644 --- a/egs/librispeech/ASR/README.md +++ b/egs/librispeech/ASR/README.md @@ -21,6 +21,7 @@ The following table lists the differences among them. | `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 | same as pruned_transducer_stateless2 + save averaged models periodically during training | | `pruned_transducer_stateless5` | Conformer(modified) | Embedding + Conv1d | same as pruned_transducer_stateless4 + more layers + random combiner| +| `pruned_transducer_stateless6` | Conformer(modified) | Embedding + Conv1d | same as pruned_transducer_stateless4 + distillation with hubert| The decoder in `transducer_stateless` is modified from the paper