Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Triplecq authored May 2, 2024
1 parent 45a1225 commit d61b739
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions egs/reazonspeech/ASR/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ There are various folders containing the name `transducer` in this folder. The f

| | Encoder | Decoder | Comment |
| ---------------------------------------- | -------------------- | ------------------ | ------------------------------------------------- |
| `pruned_transducer_stateless2` | Conformer (modified) | Embedding + Conv1d | Using k2 pruned RNN-T loss |
| `pruned_transducer_stateless7_streaming` | Streaming Zipformer | Embedding + Conv1d | streaming version of pruned_transducer_stateless7 |
| `zipformer` | Upgraded Zipformer | Embedding + Conv1d | The latest recipe |

The decoder in `transducer_stateless` is modified from the paper [Rnn-Transducer with Stateless Prediction Network](https://ieeexplore.ieee.org/document/9054419/). We place an additional Conv1d layer right after the input embedding layer.
Expand Down

0 comments on commit d61b739

Please sign in to comment.