STomoya commited on
Commit
39686ab
1 Parent(s): 9e35647
Files changed (4) hide show
  1. README.md +14 -0
  2. config.json +35 -0
  3. model.safetensors +3 -0
  4. pytorch_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - timm
5
+ library_name: timm
6
+ license: apache-2.0
7
+ ---
8
+ # Model card for caformer_m36.st_safebooru_1k
9
+
10
+ ## Model Details
11
+ - **metrics:**
12
+ |Precision|Recall|F1-score|
13
+ |-|-|-|
14
+ |0.8046851514745909|0.5213825354450625|0.6103918807791574|
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "caformer_m36",
3
+ "num_classes": 1000,
4
+ "num_features": 576,
5
+ "pretrained_cfg": {
6
+ "tag": "st_safebooru_1k",
7
+ "custom_load": true,
8
+ "input_size": [
9
+ 3,
10
+ 224,
11
+ 224
12
+ ],
13
+ "fixed_input_size": false,
14
+ "interpolation": "bicubic",
15
+ "crop_pct": 1.0,
16
+ "crop_mode": "center",
17
+ "mean": [
18
+ 0.6886,
19
+ 0.6415,
20
+ 0.6443
21
+ ],
22
+ "std": [
23
+ 0.183,
24
+ 0.1852,
25
+ 0.1849
26
+ ],
27
+ "num_classes": 1000,
28
+ "pool_size": [
29
+ 7,
30
+ 7
31
+ ],
32
+ "first_conv": "stem.conv",
33
+ "classifier": "head.fc.fc2"
34
+ }
35
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4f8d5ecbbc655fd62d9659066601b1f2477c216f1658e87663913a73b65e9d5
3
+ size 224860920
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27bc0b1743d7acf41d3902fa6c582e8afc00565b8ea7057ddcd604e490c4f5ab
3
+ size 224994934