Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
DeepSpeech
提交
e0bd7b3c
D
DeepSpeech
项目概览
PaddlePaddle
/
DeepSpeech
大约 1 年 前同步成功
通知
207
Star
8425
Fork
1598
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
245
列表
看板
标记
里程碑
合并请求
3
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
DeepSpeech
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
245
Issue
245
列表
看板
标记
里程碑
合并请求
3
合并请求
3
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
未验证
提交
e0bd7b3c
编写于
4月 26, 2022
作者:
H
Hui Zhang
提交者:
GitHub
4月 26, 2022
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #1803 from Jackwaterveg/develop_dev
[CLI] add cli asr models
上级
6b3d6329
4494f5a1
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
26 addition
and
0 deletion
+26
-0
paddlespeech/cli/asr/pretrained_models.py
paddlespeech/cli/asr/pretrained_models.py
+24
-0
tests/unit/cli/test_cli.sh
tests/unit/cli/test_cli.sh
+2
-0
未找到文件。
paddlespeech/cli/asr/pretrained_models.py
浏览文件 @
e0bd7b3c
...
...
@@ -27,6 +27,16 @@ pretrained_models = {
'ckpt_path'
:
'exp/conformer/checkpoints/wenetspeech'
,
},
"conformer_online_multicn-zh-16k"
:
{
'url'
:
'https://paddlespeech.bj.bcebos.com/s2t/multi_cn/asr1/asr1_chunk_conformer_multi_cn_ckpt_0.2.0.model.tar.gz'
,
'md5'
:
'7989b3248c898070904cf042fd656003'
,
'cfg_path'
:
'model.yaml'
,
'ckpt_path'
:
'exp/chunk_conformer/checkpoints/multi_cn'
,
},
"conformer_aishell-zh-16k"
:
{
'url'
:
'https://paddlespeech.bj.bcebos.com/s2t/aishell/asr1/asr1_conformer_aishell_ckpt_0.1.2.model.tar.gz'
,
...
...
@@ -57,6 +67,20 @@ pretrained_models = {
'ckpt_path'
:
'exp/transformer/checkpoints/avg_10'
,
},
"deepspeech2online_wenetspeech-zh-16k"
:
{
'url'
:
'https://paddlespeech.bj.bcebos.com/s2t/wenetspeech/asr0/WIP_asr0_deepspeech2_online_wenetspeech_ckpt_1.0.0a.model.tar.gz'
,
'md5'
:
'b3ef6fcae8c0058c3c53375341ccb209'
,
'cfg_path'
:
'model.yaml'
,
'ckpt_path'
:
'exp/deepspeech2_online/checkpoints/avg_3'
,
'lm_url'
:
'https://deepspeech.bj.bcebos.com/zh_lm/zh_giga.no_cna_cmn.prune01244.klm'
,
'lm_md5'
:
'29e02312deb2e59b3c8686c7966d4fe3'
},
"deepspeech2offline_aishell-zh-16k"
:
{
'url'
:
'https://paddlespeech.bj.bcebos.com/s2t/aishell/asr0/asr0_deepspeech2_aishell_ckpt_0.1.1.model.tar.gz'
,
...
...
tests/unit/cli/test_cli.sh
浏览文件 @
e0bd7b3c
...
...
@@ -14,8 +14,10 @@ wget -c https://paddlespeech.bj.bcebos.com/PaddleAudio/zh.wav https://paddlespee
paddlespeech asr
--input
./zh.wav
paddlespeech asr
--model
conformer_aishell
--input
./zh.wav
paddlespeech asr
--model
conformer_online_aishell
--input
./zh.wav
paddlespeech asr
--model
conformer_online_multicn
--input
./zh.wav
paddlespeech asr
--model
transformer_librispeech
--lang
en
--input
./en.wav
paddlespeech asr
--model
deepspeech2offline_aishell
--input
./zh.wav
paddlespeech asr
--model
deepspeech2online_wenetspeech
--input
./zh.wav
paddlespeech asr
--model
deepspeech2online_aishell
--input
./zh.wav
paddlespeech asr
--model
deepspeech2offline_librispeech
--lang
en
--input
./en.wav
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录