Skip to content

Commit

Permalink
[docs] fix aishell exp model link
Browse files Browse the repository at this point in the history
Change-Id: I7937dedf3845ea1d2c3235a69ef0f68701548b2c
  • Loading branch information
robin1001 committed Oct 25, 2021
1 parent a50d420 commit f23164b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pretrained_models.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Here is a list of the pretrained models on different datasets. The model structu

| Datasets | Languages | Checkpoint Model | Runtime Model(x86) | Runtime Model(android) |
|---------------------------------------------|-----------|--------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------|
| [aishell](../examples/aishell/s0/README.md) | CN | Conformer/174M/[Download](http://mobvoi-speech-public.ufile.ucloud.cn/public/wenet/aishell/20210204_conformer_exp.tar.gz) | U2 Transformer/127M/[Download](http://mobvoi-speech-public.ufile.ucloud.cn/public/wenet/aishell/20210601_unified_transformer_server.tar.gz) | U2 Transformer/38M/[Download](http://mobvoi-speech-public.ufile.ucloud.cn/public/wenet/aishell/20210601_unified_transformer_device.tar.gz) |
| [aishell](../examples/aishell/s0/README.md) | CN | Conformer/174M/[Download](http://mobvoi-speech-public.ufile.ucloud.cn/public/wenet/aishell/20211025_conformer_exp.tar.gz) | U2 Transformer/127M/[Download](http://mobvoi-speech-public.ufile.ucloud.cn/public/wenet/aishell/20210601_unified_transformer_server.tar.gz) | U2 Transformer/38M/[Download](http://mobvoi-speech-public.ufile.ucloud.cn/public/wenet/aishell/20210601_unified_transformer_device.tar.gz) |
| [aishell2](../examples/aishell2/s0/README.md) | CN | U2++ Conformer/187M/[Download](http://mobvoi-speech-public.ufile.ucloud.cn/public/wenet/aishell2/20210618_u2pp_conformer_exp.tar.gz) | U2 Transformer/130M/[Download](http://mobvoi-speech-public.ufile.ucloud.cn/public/wenet/aishell2/20210602_unified_transformer_server.tar.gz) | U2 Transformer/39M/[Download](http://mobvoi-speech-public.ufile.ucloud.cn/public/wenet/aishell2/20210602_unified_transformer_device.tar.gz) |
| [gigaspeech](../examples/gigaspeech/s0/README.md) | EN | U2++ Conformer/472M/[Download](http://mobvoi-speech-public.ufile.ucloud.cn/public/wenet/gigaspeech/20210811_conformer_bidecoder_exp.tar.gz) | U2++ Conformer/507M/[Download](http://mobvoi-speech-public.ufile.ucloud.cn/public/wenet/gigaspeech/20210728_u2pp_conformer_server.tar.gz) | U2++ Transformer/51M/[Download](http://mobvoi-speech-public.ufile.ucloud.cn/public/wenet/gigaspeech/20210823_u2pp_transformer_device.tar.gz) |
| [librispeech](../examples/librispeech/s0/README.md) | EN | Conformer/481M/[Download](http://mobvoi-speech-public.ufile.ucloud.cn/public/wenet/librispeech/20210610_conformer_bidecoder_exp.tar.gz) | U2++ Conformer/199M/[Download](http://mobvoi-speech-public.ufile.ucloud.cn/public/wenet/librispeech/20210610_u2pp_conformer_exp.tar.gz) | |
Expand Down

0 comments on commit f23164b

Please sign in to comment.