Skip to content

Commit

Permalink
[docs] wenet model docs (#2220)
Browse files Browse the repository at this point in the history
* update README.md

* update wenet/README.md

* update wenet model simple introduction

* fixed

* add remove trailing whitespace

* fixed

---------

Co-authored-by: shanguanma <[email protected]>
  • Loading branch information
shanguanma and shanguanma authored Dec 13, 2023
1 parent 22b8232 commit cd9c93a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wenet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ Here is a brief introduction of each module(directory).
* `efficient_conformer`: efficient conformer implementation, please refer [paper](https://arxiv.org/pdf/2109.01163.pdf)
* `cif`: Continuous Integrate-and-Fire implemented, please refer [paper](https://arxiv.org/pdf/1905.11235.pdf)
* `branchformer`: branchformer implementation, please refer [paper](https://arxiv.org/abs/2207.02971)

* `whisper`: whisper implementation, please refer [paper](https://arxiv.org/abs/2212.04356)
* `ssl`: Self-supervised speech model implementation. e.g. wav2vec2, bestrq, w2vbert.
* `ctl_model`: Enhancing the Unified Streaming and Non-streaming Model with with Contrastive Learning implementation [paper](https://arxiv.org/abs/2306.00755)

`transducer`, `squeezeformer`, `efficient_conformer`, `branchformer` and `cif` are all based on `transformer`,
they resue a lot of the common blocks of `tranformer`.
Expand Down

0 comments on commit cd9c93a

Please sign in to comment.