narugo1992 commited on
Commit ·
1434fc9
1
Parent(s): 7f277cc
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,8 @@ tags:
|
|
| 11 |
|
| 12 |
The model used to predict whether an image is generated by AI techniques, mainly diffusion models. Please note that this model is trained on crawled data, and **its predictions should be used for reference purposes only**. It should not be used to determine the source or origin of an image.
|
| 13 |
|
| 14 |
-
| Model | FLOPs | Accuracy | Confusion Matrix | Description
|
| 15 |
-
|:---------------------:|:------:|:--------:|:--------------------------------------------------------------------------------------------------------------------:|-----------------------------------------------------------------|
|
| 16 |
-
| caformer_s36_plus_sce | 22.10G | 97.54% | [Confusion Matrix](https://huggingface.co/deepghs/anime_ai_check/blob/main/caformer_s36_plus_sce/plot_confusion.png) | Model: caformer_s36.sail_in22k_ft_in1k_384 pratrained from timm
|
| 17 |
-
| mobilenetv3_sce | 0.63G | 93.20% | [Confusion Matrix](https://huggingface.co/deepghs/anime_ai_check/blob/main/mobilenetv3_sce/plot_confusion.png) | Model: mobilenetv3_large_100 from timm
|
|
|
|
|
|
| 11 |
|
| 12 |
The model used to predict whether an image is generated by AI techniques, mainly diffusion models. Please note that this model is trained on crawled data, and **its predictions should be used for reference purposes only**. It should not be used to determine the source or origin of an image.
|
| 13 |
|
| 14 |
+
| Model | FLOPs | Accuracy | Confusion Matrix | Description |
|
| 15 |
+
|:---------------------:|:------:|:--------:|:--------------------------------------------------------------------------------------------------------------------:|---------------------------------------------------------------------|
|
| 16 |
+
| caformer_s36_plus_sce | 22.10G | 97.54% | [Confusion Matrix](https://huggingface.co/deepghs/anime_ai_check/blob/main/caformer_s36_plus_sce/plot_confusion.png) | Model: caformer_s36.sail_in22k_ft_in1k_384 pratrained from timm |
|
| 17 |
+
| mobilenetv3_sce | 0.63G | 93.20% | [Confusion Matrix](https://huggingface.co/deepghs/anime_ai_check/blob/main/mobilenetv3_sce/plot_confusion.png) | Model: mobilenetv3_large_100 from timm |
|
| 18 |
+
| mobilenetv3_sce_dist | 0.63G | 95.65% | [Confusion Matrix](https://huggingface.co/deepghs/anime_ai_check/blob/main/mobilenetv3_sce_dist/plot_confusion.png) | Distillated from caformer_s36_plus_sce, using mobilenetv3_large_100 |
|