narugo commited on
Commit
e4a2ac8
1 Parent(s): 64f61bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,3 +1,16 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ datasets:
4
+ - deepghs/monochrome_danbooru
5
+ metrics:
6
+ - accuracy
7
+ pipeline_tag: image-classification
8
+ tags:
9
+ - art
10
  ---
11
+
12
+ The models used for determining whether an anime image is monochrome have a training size of 384.
13
+
14
+ | Model | FLOPs | Confusion Matrix | Description |
15
+ |:------------:|:------:|:--------------------------------------------------------------------------------------------------:|-------------------------------|
16
+ | caformer_s36 | 22.10G | ![](https://huggingface.co/deepghs/monochrome_detect/resolve/main/caformer_s36/plot_confusion.png) | Model: caformer_s36 from timm |