narugo commited on
Commit
c9af6e0
1 Parent(s): c926e53

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -8,4 +8,11 @@ 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.23M | 65.55% | 0.9382 | [confusion](https://huggingface.co/deepghs/anime_ch_hair_color/blob/main/caformer_s36_raw/plot_confusion.png) | `aqua`, `blue`, `brown`, `orange`, `pink`, `purple`, `red`, `grey`, `silver`, `white`, `black`, `green` |
16
+ | caformer_s36_v0 | 22.10G | 37.23M | 75.06% | 0.9521 | [confusion](https://huggingface.co/deepghs/anime_ch_hair_color/blob/main/caformer_s36_v0/plot_confusion.png) | `aqua`, `blue`, `green`, `brown`, `orange`, `pink`, `purple`, `red`, `light`, `black` |
17
+ | caformer_s36_v0_ncerce | 22.10G | 37.23M | 75.03% | 0.9357 | [confusion](https://huggingface.co/deepghs/anime_ch_hair_color/blob/main/caformer_s36_v0_ncerce/plot_confusion.png) | `aqua`, `blue`, `green`, `brown`, `orange`, `pink`, `purple`, `red`, `light`, `black` |
18
+ | mobilenetv3_v0_dist | 0.63G | 4.18M | 72.21% | 0.9458 | [confusion](https://huggingface.co/deepghs/anime_ch_hair_color/blob/main/mobilenetv3_v0_dist/plot_confusion.png) | `aqua`, `blue`, `green`, `brown`, `orange`, `pink`, `purple`, `red`, `light`, `black` |