You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PaddleSpeech/examples/iwslt2012/punc0/README.md

18 lines
564 B

# 中文实验例程
## 测试数据:
- IWLST2012中文test2012
## 运行代码
- 运行 `./run.sh 0 0 conf/ernie_linear.yaml 1`
## 实验结果:
- ErnieLinear
- 实验配置conf/ernie_linear.yaml
- 测试结果
| | COMMA | PERIOD | QUESTION | OVERALL |
|-----------|-----------|-----------|-----------|--------- |
|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 |