Update README.md
Browse files
README.md
CHANGED
|
@@ -30,8 +30,9 @@ This model was obtained by `instruction-tuning` the corresponding `ClueAI/Prompt
|
|
| 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 |
|
|
|
|
| 30 |
### Evaluation
|
| 31 |
|
| 32 |
- Chinese spelling error correction task(SIGHAN2015):
|
| 33 |
+
- FPR: False Positive Rate
|
| 34 |
|
| 35 |
+
| Model | Base Model | accuracy | recall | precision | F1 | FPR |
|
| 36 |
|:--------------:|:---------------------------:|:---------:|:---------:|:---------:|:-----:|:-----:|
|
| 37 |
| GECToR | hfl/chinese-macbert-base | 71.7 | 71.6 | 71.8 | 71.7 | 28.2 |
|
| 38 |
| GECToR_large | hfl/chinese-macbert-large | 73.7 | 76.5 | 72.5 | 74.4 | 29.1 |
|