STomoya commited on
Commit
23d9b4c
1 Parent(s): 1cff74f
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 poolformerv2_s12.st_safebooru_1k
9
+
10
+ ## Model Details
11
+ - **metrics:**
12
+ |Precision|Recall|F1-score|
13
+ |-|-|-|
14
+ |0.7908013266056414|0.42004463885987053|0.525185181114124|
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "poolformerv2_s12",
3
+ "num_classes": 1000,
4
+ "num_features": 512,
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"
34
+ }
35
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f2839ba52b8d885d377b57a8f84b3e3cf6a335b4a79ee5a6728cba81503f142
3
+ size 47577160
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe783d864c38a62087f9e0610c5bf4b70571d5df5c3f91087a74db89d39c1d13
3
+ size 47613610