Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
DeepSpeech
提交
54119650
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,发现更多精彩内容 >>
未验证
提交
54119650
编写于
12月 22, 2021
作者:
小湉湉
提交者:
GitHub
12月 22, 2021
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #1193 from KPatr1ck/doc
[README]Updata README of punc example.
上级
c7b6d907
00ddeb21
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
7 addition
and
25 deletion
+7
-25
examples/iwslt2012/punc0/README.md
examples/iwslt2012/punc0/README.md
+6
-24
examples/iwslt2012/punc0/conf/ernie_linear.yaml
examples/iwslt2012/punc0/conf/ernie_linear.yaml
+1
-1
未找到文件。
examples/iwslt2012/punc0/README.md
浏览文件 @
54119650
...
...
@@ -3,33 +3,15 @@
-
IWLST2012中文:test2012
## 运行代码
-
运行
`
run.sh 0 0 conf/train_conf/bertBLSTM_zh.yaml 1 conf/data_conf/chinese.yaml
`
-
运行
`
./run.sh 0 0 conf/ernie_linear.yaml 1
`
## 实验结果:
-
Bert
Linear
-
实验配置:conf/
train_conf/bertLinear_zh
.yaml
-
Ernie
Linear
-
实验配置:conf/
ernie_linear
.yaml
-
测试结果
| | COMMA | PERIOD | QUESTION | OVERALL |
|-----------|-----------|-----------|-----------|--------- |
|Precision | 0.425665 | 0.335190 | 0.698113 | 0.486323 |
|Recall | 0.511278 | 0.572108 | 0.787234 | 0.623540 |
|F1 | 0.464560 | 0.422717 | 0.740000 | 0.542426 |
-
BertBLSTM
-
实验配置:conf/train_conf/bertBLSTM_zh.yaml
-
测试结果 avg_1
| | COMMA | PERIOD | QUESTION | OVERALL |
|-----------|-----------|-----------|-----------|--------- |
|Precision | 0.469484 | 0.550604 | 0.801887 | 0.607325 |
|Recall | 0.580271 | 0.592408 | 0.817308 | 0.663329 |
|F1 | 0.519031 | 0.570741 | 0.809524 | 0.633099 |
-
BertBLSTM/avg_1测试标贝合成数据
| | COMMA | PERIOD | QUESTION | OVERALL |
|-----------|-----------|-----------|-----------|--------- |
|Precision | 0.217192 | 0.196339 | 0.820717 | 0.411416 |
|Recall | 0.205922 | 0.892531 | 0.416162 | 0.504872 |
|F1 | 0.211407 | 0.321873 | 0.552279 | 0.361853 |
|Precision | 0.471831 | 0.497679 | 0.830189 | 0.599899 |
|Recall | 0.583172 | 0.641148 | 0.846154 | 0.690158 |
|F1 | 0.521626 | 0.560376 | 0.838095 | 0.640033 |
examples/iwslt2012/punc0/conf/ernie_linear.yaml
浏览文件 @
54119650
...
...
@@ -24,7 +24,7 @@ model_params:
num_classes
:
4
training
:
n_epoch
:
10
0
n_epoch
:
2
0
lr
:
!!float
1e-5
lr_decay
:
1.0
weight_decay
:
!!float
1e-06
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录