Update README.md
Browse files
README.md
CHANGED
@@ -8,4 +8,9 @@ metrics:
|
|
8 |
pipeline_tag: image-classification
|
9 |
tags:
|
10 |
- art
|
11 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
8 |
pipeline_tag: image-classification
|
9 |
tags:
|
10 |
- art
|
11 |
+
---
|
12 |
+
|
13 |
+
| Name | FLOPS | Params | Accuracy | AUC | Confusion | Labels |
|
14 |
+
|:-------------------:|:-------:|:--------:|:----------:|:------:|:-----------------------------------------------------------------------------------------------------------:|:---------------:|
|
15 |
+
| caformer_s36_v0 | 22.10G | 37.21M | 99.34% | 0.9988 | [confusion](https://huggingface.co/deepghs/anime_real_cls/blob/main/caformer_s36_v0/plot_confusion.png) | `anime`, `real` |
|
16 |
+
| mobilenetv3_v0_dist | 0.63G | 4.18M | 98.96% | 0.9982 | [confusion](https://huggingface.co/deepghs/anime_real_cls/blob/main/mobilenetv3_v0_dist/plot_confusion.png) | `anime`, `real` |
|