Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,17 @@
|
|
| 1 |
---
|
| 2 |
-
language:
|
| 3 |
- zh
|
| 4 |
tags:
|
| 5 |
- t5
|
| 6 |
- pytorch
|
| 7 |
- zh
|
| 8 |
-
license:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# T5 for Chinese Spelling Correction Model
|
|
@@ -92,4 +98,4 @@ SIGHAN+Wang271K中文纠错数据集,数据格式:
|
|
| 92 |
year = {2021},
|
| 93 |
url = {https://github.com/shibing624/pycorrector},
|
| 94 |
}
|
| 95 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
- zh
|
| 4 |
tags:
|
| 5 |
- t5
|
| 6 |
- pytorch
|
| 7 |
- zh
|
| 8 |
+
license: apache-2.0
|
| 9 |
+
datasets:
|
| 10 |
+
- shibing624/CSC
|
| 11 |
+
library_name: transformers
|
| 12 |
+
pipeline_tag: text2text-generation
|
| 13 |
+
widget:
|
| 14 |
+
- text: "少先队员因该为老人让坐"
|
| 15 |
---
|
| 16 |
|
| 17 |
# T5 for Chinese Spelling Correction Model
|
|
|
|
| 98 |
year = {2021},
|
| 99 |
url = {https://github.com/shibing624/pycorrector},
|
| 100 |
}
|
| 101 |
+
```
|