Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: openrail
|
3 |
+
metrics:
|
4 |
+
- accuracy
|
5 |
+
- f1
|
6 |
+
pipeline_tag: image-classification
|
7 |
+
tags:
|
8 |
+
- art
|
9 |
+
---
|
10 |
+
|
11 |
+
| Name | FLOPS | Params | Accuracy | AUC | Confusion | Labels |
|
12 |
+
|:---------------------:|:-------:|:--------:|:----------:|:------:|:-----------------------------------------------------------------------------------------------------------------:|:---------------------------------:|
|
13 |
+
| caformer_s36_v0 | 22.10G | 37.21M | 96.46% | 0.9931 | [confusion](https://huggingface.co/deepghs/anime_completeness/blob/main/caformer_s36_v0/plot_confusion.png) | `polished`, `rough` |
|
14 |
+
| caformer_s36_v0_c_sce | 22.10G | 37.21M | 95.69% | 0.988 | [confusion](https://huggingface.co/deepghs/anime_completeness/blob/main/caformer_s36_v0_c_sce/plot_confusion.png) | `polished`, `rough` |
|
15 |
+
| caformer_s36_v1 | 22.10G | 37.22M | 93.95% | 0.9787 | [confusion](https://huggingface.co/deepghs/anime_completeness/blob/main/caformer_s36_v1/plot_confusion.png) | `polished`, `rough`, `monochrome` |
|
16 |
+
| caformer_s36_v2-beta | 22.10G | 37.22M | 96.40% | 0.9915 | [confusion](https://huggingface.co/deepghs/anime_completeness/blob/main/caformer_s36_v2-beta/plot_confusion.png) | `polished`, `rough`, `monochrome` |
|
17 |
+
| caformer_s36_v2 | 22.10G | 37.22M | 93.42% | 0.9801 | [confusion](https://huggingface.co/deepghs/anime_completeness/blob/main/caformer_s36_v2/plot_confusion.png) | `monochrome`, `rough`, `polished` |
|