narugo1992 commited on
Commit
923c98a
·
1 Parent(s): ae845fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
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.22M | 66.85% | 0.9133 | [confusion](https://huggingface.co/deepghs/anime_ch_hair_length/blob/main/caformer_s36_raw/plot_confusion.png) | `bald`, `very_short`, `short`, `medium`, `long`, `very_long`, `absurdly_long` |
16
+ | caformer_s36_v0 | 22.10G | 37.22M | 68.60% | 0.9095 | [confusion](https://huggingface.co/deepghs/anime_ch_hair_length/blob/main/caformer_s36_v0/plot_confusion.png) | `O`, `XS`, `S`, `M`, `L`, `XL` |
17
+ | mobilenetv3_v0_dist | 0.63G | 4.18M | 65.91% | 0.9026 | [confusion](https://huggingface.co/deepghs/anime_ch_hair_length/blob/main/mobilenetv3_v0_dist/plot_confusion.png) | `O`, `XS`, `S`, `M`, `L`, `XL` |