ONNX
narugo commited on
Commit
4732389
1 Parent(s): 3695050

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -27,12 +27,12 @@ These model is used for monochrome image classification, based on CNNs and Trans
27
 
28
  The following are the checkpoints that have been formally put into use, all based on the Caformer architecture:
29
 
30
- | Checkpoint | Algorithm | Accuracy | False Negative | False Positive |
31
- |:----------------------------:|:---------:|:----------:|:--------------:|:--------------:|
32
- | monochrome-caformer-40 | caformer | 96.41% | 2.69% | 0.89% |
33
- | **monochrome-caformer-110** | caformer | **96.97%** | 1.57% | 1.46% |
34
- | monochrome-caformer_safe2-80 | caformer | 94.84% | **1.12%** | 4.03% |
35
- | monochrome-caformer_safe4-70 | caformer | 94.28% | **0.67%** | 5.04% |
36
 
37
  **`monochrome-caformer-110` has the best overall accuracy** among them, but considering that this model is often used to screen out monochrome images
38
  and we want to screen out as many as possible without omission, we have also introduced weighted models (`safe2` and `safe4`).
 
27
 
28
  The following are the checkpoints that have been formally put into use, all based on the Caformer architecture:
29
 
30
+ | Checkpoint | Algorithm | Safe Level | Accuracy | False Negative | False Positive |
31
+ |:----------------------------:|:---------:|:----------:|:----------:|:--------------:|:--------------:|
32
+ | monochrome-caformer-40 | caformer | 0 | 96.41% | 2.69% | 0.89% |
33
+ | **monochrome-caformer-110** | caformer | 0 | **96.97%** | 1.57% | 1.46% |
34
+ | monochrome-caformer_safe2-80 | caformer | 2 | 94.84% | **1.12%** | 4.03% |
35
+ | monochrome-caformer_safe4-70 | caformer | 4 | 94.28% | **0.67%** | 5.04% |
36
 
37
  **`monochrome-caformer-110` has the best overall accuracy** among them, but considering that this model is often used to screen out monochrome images
38
  and we want to screen out as many as possible without omission, we have also introduced weighted models (`safe2` and `safe4`).