narugo1992
commited on
Commit
·
bce700c
1
Parent(s):
0905128
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 | Labels |
|
14 |
+
|:-------------------:|:-------:|:--------:|:----------:|:------:|:---------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------:|
|
15 |
+
| caformer_s36_raw | 22.10G | 37.24M | 57.27% | 0.9246 | [confusion](https://huggingface.co/deepghs/anime_ch_eye_color/blob/main/caformer_s36_raw/plot_confusion.png) | `aqua`, `blue`, `brown`, `orange`, `golden`, `yellow`, `pink`, `purple`, `red`, `grey`, `silver`, `white`, `black`, `green` |
|
16 |
+
| caformer_s36_v0 | 22.10G | 37.23M | 64.18% | 0.9278 | [confusion](https://huggingface.co/deepghs/anime_ch_eye_color/blob/main/caformer_s36_v0/plot_confusion.png) | `aqua`, `blue`, `green`, `brown`, `orange`, `yellow`, `pink`, `purple`, `red`, `light`, `black` |
|
17 |
+
| mobilenetv3_v0_dist | 0.63G | 4.18M | 60.66% | 0.9201 | [confusion](https://huggingface.co/deepghs/anime_ch_eye_color/blob/main/mobilenetv3_v0_dist/plot_confusion.png) | `aqua`, `blue`, `green`, `brown`, `orange`, `yellow`, `pink`, `purple`, `red`, `light`, `black` |
|