We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d2f50e commit 86aea01Copy full SHA for 86aea01
examples/text_correction/ernie-csc/README.md
@@ -23,6 +23,8 @@
23
└── utils.py # 通用函数工具
24
```
25
26
+* 注:论文中暂未开源融合字音特征的预训练模型参数(即MLM-phonetics),所以本文提供的纠错模型是在ERNIE-1.0的参数上进行Finetune,纠错模型结构与论文保持一致。
27
+
28
## 安装依赖项
29
30
pip install -r requirements.txt
0 commit comments