CodeTed commited on
Commit
83af335
1 Parent(s): 394c1d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- accuracy recall precision F1 FPR
32
  - Chinese spelling error correction task(SIGHAN2015):
33
 
34
- | Model | Base Model | accuracy | recall | precision | F1 | FPR |
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 |