Skip to content

Commit

Permalink
Add recipe for fine-tuning Zipformer with adapter (#1512)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoyang1998 committed Feb 29, 2024
1 parent d89f4ea commit 7e2b561
Show file tree
Hide file tree
Showing 18 changed files with 7,251 additions and 0 deletions.
1 change: 1 addition & 0 deletions egs/librispeech/ASR/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down
1 change: 1 addition & 0 deletions egs/librispeech/ASR/zipformer_adapter/asr_datamodule.py
1 change: 1 addition & 0 deletions egs/librispeech/ASR/zipformer_adapter/beam_search.py
Loading

0 comments on commit 7e2b561

Please sign in to comment.