narugo commited on
Commit
72cfe28
1 Parent(s): 6073385

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -10,7 +10,10 @@ 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 | 99.14% | 0.9986 | [confusion](https://huggingface.co/deepghs/anime_real_cls/blob/main/mobilenetv3_v0_dist/plot_confusion.png) | `anime`, `real` |
 
 
 
 
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
+ | caformer_s36_v1 | 22.10G | 37.21M | 98.86% | 0.9983 | [confusion](https://huggingface.co/deepghs/anime_real_cls/blob/main/caformer_s36_v1/plot_confusion.png) | `anime`, `real` |
17
+ | caformer_s36_v1_ls0.1 | 22.10G | 37.21M | 99.18% | 0.9981 | [confusion](https://huggingface.co/deepghs/anime_real_cls/blob/main/caformer_s36_v1_ls0.1/plot_confusion.png) | `anime`, `real` |
18
+ | mobilenetv3_v0_dist | 0.63G | 4.18M | 99.14% | 0.9986 | [confusion](https://huggingface.co/deepghs/anime_real_cls/blob/main/mobilenetv3_v0_dist/plot_confusion.png) | `anime`, `real` |
19
+ | mobilenetv3_v1_dist_ls0.1 | 0.63G | 4.18M | 98.35% | 0.9961 | [confusion](https://huggingface.co/deepghs/anime_real_cls/blob/main/mobilenetv3_v1_dist_ls0.1/plot_confusion.png) | `anime`, `real` |