narugo commited on
Commit
99440f3
·
1 Parent(s): f27af55

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -7,4 +7,14 @@ metrics:
7
  pipeline_tag: image-classification
8
  tags:
9
  - art
10
- ---
 
 
 
 
 
 
 
 
 
 
 
7
  pipeline_tag: image-classification
8
  tags:
9
  - art
10
+ ---
11
+
12
+ Image rating (`safe`, `r15`, `r18`) prediction model.
13
+
14
+ Please note that due to the often unclear boundaries between `safe`, `r15` and `r18` levels, there is no objective ground truth for this task, and the data is scraped without any manual filtering. Therefore, the models trained on this dataset can only provide rough judgments. If you require an accurate solution for classifying `R18` images, it is recommended to consider a solution based on keypoint object detection.
15
+
16
+ | Model | FLOPs | Accuracy | Confusion Matrix | Description |
17
+ |:-----------------:|:------:|:--------:|:--------------------------------------------------------------------------------------------------------------:|----------------------------------------------------------------------|
18
+ | caformer_s36_plus | 22.10G | 74.26% | [Confusion Matrix](https://huggingface.co/deepghs/anime_rating/blob/main/caformer_s36_plus/plot_confusion.png) | Model: caformer_s36.sail_in22k_ft_in1k_384 pratrained from timm |
19
+ | mobilenetv3 | 0.63G | 64.77% | [Confusion Matrix](https://huggingface.co/deepghs/anime_rating/blob/main/mobilenetv3/plot_confusion.png) | Model: mobilenetv3_large_100 from timm |
20
+ | mobilenetv3_sce | 0.63G | 66.27% | [Confusion Matrix](https://huggingface.co/deepghs/anime_rating/blob/main/mobilenetv3_sce/plot_confusion.png) | Model: mobilenetv3_large_100 from timm, use SCELoss as loss function |