Update README.md
Browse files
README.md
CHANGED
@@ -28,10 +28,10 @@ This model was obtained by `instruction-tuning` the corresponding `ClueAI/Prompt
|
|
28 |
- Repository: [https://github.com/TedYeh/Chinese_spelling_Correction](https://github.com/TedYeh/Chinese_spelling_Correction)
|
29 |
|
30 |
### Evaluation
|
31 |
-
|
32 |
- Chinese spelling error correction task(SIGHAN2015):
|
33 |
|
34 |
-
| Model | Base Model | accuracy | recall | precision | F1 |
|
35 |
|:--------------:|:---------------------------:|:---------:|:---------:|:---------:|:-----:|:-----:|
|
36 |
| GECToR | hfl/chinese-macbert-base | 71.7 | 71.6 | 71.8 | 71.7 | 28.2 |
|
37 |
| GECToR_large | hfl/chinese-macbert-large | 73.7 | 76.5 | 72.5 | 74.4 | 29.1 |
|
|
|
28 |
- Repository: [https://github.com/TedYeh/Chinese_spelling_Correction](https://github.com/TedYeh/Chinese_spelling_Correction)
|
29 |
|
30 |
### Evaluation
|
31 |
+
|
32 |
- Chinese spelling error correction task(SIGHAN2015):
|
33 |
|
34 |
+
| Model | Base Model | accuracy | recall | precision | F1 | False Positive Rate |
|
35 |
|:--------------:|:---------------------------:|:---------:|:---------:|:---------:|:-----:|:-----:|
|
36 |
| GECToR | hfl/chinese-macbert-base | 71.7 | 71.6 | 71.8 | 71.7 | 28.2 |
|
37 |
| GECToR_large | hfl/chinese-macbert-large | 73.7 | 76.5 | 72.5 | 74.4 | 29.1 |
|