shibing624
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,15 +1,18 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
- zh
|
4 |
tags:
|
5 |
- chatglm
|
6 |
- pytorch
|
7 |
-
-
|
8 |
-
|
9 |
-
license: "apache-2.0"
|
10 |
widget:
|
11 |
-
- text:
|
12 |
-
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
# Chinese Spelling Correction LoRA Model
|
@@ -145,4 +148,4 @@ chatglm3-6b-csc-chinese-lora
|
|
145 |
year = {2023},
|
146 |
url = {https://github.com/shibing624/pycorrector},
|
147 |
}
|
148 |
-
```
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
- zh
|
4 |
tags:
|
5 |
- chatglm
|
6 |
- pytorch
|
7 |
+
- Text-Generation
|
8 |
+
license: apache-2.0
|
|
|
9 |
widget:
|
10 |
+
- text: |-
|
11 |
+
对下面中文拼写纠错:
|
12 |
+
少先队员因该为老人让坐。
|
13 |
+
答:
|
14 |
+
base_model: THUDM/chatglm3-6b
|
15 |
+
pipeline_tag: text-generation
|
16 |
---
|
17 |
|
18 |
# Chinese Spelling Correction LoRA Model
|
|
|
148 |
year = {2023},
|
149 |
url = {https://github.com/shibing624/pycorrector},
|
150 |
}
|
151 |
+
```
|