Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
tongtao.ling
ct-transformer
Commits
5b0712bd
Commit
5b0712bd
authored
6 months ago
by
tongtao.ling
Browse files
Options
Download
Email Patches
Plain Diff
update README.md
parent
eb79f6fc
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+19
-1
README.md
with
19 additions
and
1 deletion
+19
-1
README.md
+
19
-
1
View file @
5b0712bd
...
...
@@ -22,4 +22,22 @@ Controllable Time-delay Transformer是达摩院语音团队提出的语音识别
顺滑检测使用csc数据(https://github.com/shibing624/pycorrector/tree/master/examples/data/sighan_2015),生成数据的脚本可见
[
create_dataset.py
](
create_dataset.py
)
,微调代码
[
finetune.py
](
finetune.py
)
标点恢复任务使用iwslt2012_zh数据(https://github.com/jiangnanboy/punctuation_prediction/blob/main/data/iwslt2012_zh.rar)。
\ No newline at end of file
标点恢复任务使用iwslt2012_zh数据(https://github.com/jiangnanboy/punctuation_prediction/blob/main/data/iwslt2012_zh.rar)。
## 效果
```
Input: 因为我们也做商标商标申请,商标标呃专利申请啊,所以这这个这特定的专业组开始可能需要需要特定的这个写呃那个一些数据库和系统啊,那这些可能都是软件啊。
Output: 因为我们也做商标申请,商标专利申请,所以这个特定的专业组开始可能需要特定的这个写那个一些数据库和系统,那这些可能都是软件啊。
运行时间(CPU): 17.20
Input: 当当然可能可能刚好就那个呃,他那边对也也也也是我的客户,那我不能代表您去告他,对不对?那对对对对,这就有一冲了,这才是这个概念。
Output: 当然可能刚好就那个,他那边对也是我的客户,那我不能代表您去告他,对不对?那对,这就有一冲了,这才是这个概念。
运行时间(CPU): 7.93 毫秒
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets