Update README.md
Browse files
README.md
CHANGED
@@ -8,4 +8,10 @@ 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 |
|
14 |
+
|:-------------------:|:-------:|:--------:|:----------:|:------:|:----------------------------------------------------------------------------------------------------------:|
|
15 |
+
| caformer_s36_raw | 22.10G | 37.22M | 88.32% | 0.9788 | [confusion](https://huggingface.co/deepghs/anime_ch_horn/blob/main/caformer_s36_raw/plot_confusion.png) |
|
16 |
+
| caformer_s36_v0 | 22.10G | 37.22M | 86.88% | 0.9789 | [confusion](https://huggingface.co/deepghs/anime_ch_horn/blob/main/caformer_s36_v0/plot_confusion.png) |
|
17 |
+
| mobilenetv3_v0_dist | 0.63G | 4.18M | 81.86% | 0.9657 | [confusion](https://huggingface.co/deepghs/anime_ch_horn/blob/main/mobilenetv3_v0_dist/plot_confusion.png) |
|