Update README.md
Browse files
README.md
CHANGED
|
@@ -11,11 +11,12 @@ tags:
|
|
| 11 |
- chinses-spelling-correct
|
| 12 |
- chinese-spelling-check
|
| 13 |
- 中文拼写纠错
|
|
|
|
| 14 |
---
|
| 15 |
# macbert4mdcspell
|
| 16 |
## 概述(macbert4mdcspell)
|
| 17 |
- macro-correct, 中文拼写纠错CSC测评(文本纠错), 权重使用
|
| 18 |
-
- 项目地址在[https://github.com/yongzhuo/macro-correct](https://github.com/yongzhuo/macro-correct)
|
| 19 |
- 本模型权重为macbert4mdcspell_v1, 使用mdcspell架构, 其特点是det_label和cor_label交互;
|
| 20 |
- 训练时加入了macbert的mlm-loss, 推理时舍弃了macbert后面的部分;
|
| 21 |
- 如何使用: 1.使用transformers调用; 2.使用[macro-correct](https://github.com/yongzhuo/macro-correct)项目调用; 详情见***三、调用(Usage)***;
|
|
|
|
| 11 |
- chinses-spelling-correct
|
| 12 |
- chinese-spelling-check
|
| 13 |
- 中文拼写纠错
|
| 14 |
+
- 文本纠错
|
| 15 |
---
|
| 16 |
# macbert4mdcspell
|
| 17 |
## 概述(macbert4mdcspell)
|
| 18 |
- macro-correct, 中文拼写纠错CSC测评(文本纠错), 权重使用
|
| 19 |
+
- 项目地址在 [https://github.com/yongzhuo/macro-correct](https://github.com/yongzhuo/macro-correct)
|
| 20 |
- 本模型权重为macbert4mdcspell_v1, 使用mdcspell架构, 其特点是det_label和cor_label交互;
|
| 21 |
- 训练时加入了macbert的mlm-loss, 推理时舍弃了macbert后面的部分;
|
| 22 |
- 如何使用: 1.使用transformers调用; 2.使用[macro-correct](https://github.com/yongzhuo/macro-correct)项目调用; 详情见***三、调用(Usage)***;
|