STomoya commited on
Commit
664cb18
1 Parent(s): 85d6a6b
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_m48.st_safebooru_1k
9
+
10
+ ## Model Details
11
+ - **metrics:**
12
+ |Precision|Recall|F1-score|
13
+ |-|-|-|
14
+ |0.7920747386050384|0.4886213410567939|0.5814203329494156|
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "poolformerv2_m48",
3
+ "num_classes": 1000,
4
+ "num_features": 768,
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:299dc22039cc52842b1b99cd01d882403bd23fb30b2401eeaf95f4e71767e3c9
3
+ size 293421536
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d0a4cb1b6c4712da4559e664c65435a52935682d64e36a5291e54ed3ab75dbe
3
+ size 293552586