STomoya commited on
Commit
883acf3
1 Parent(s): 8e2e91a
Files changed (4) hide show
  1. README.md +14 -0
  2. config.json +40 -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 efficientnet_b4.st_safebooru_1k
9
+
10
+ ## Model Details
11
+ - **metrics:**
12
+ |Precision|Recall|F1-score|
13
+ |-|-|-|
14
+ |0.7860965482005734|0.47151688846400924|0.5648689467826777|
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "efficientnet_b4",
3
+ "num_classes": 1000,
4
+ "num_features": 1792,
5
+ "pretrained_cfg": {
6
+ "tag": "st_safebooru_1k",
7
+ "custom_load": true,
8
+ "input_size": [
9
+ 3,
10
+ 320,
11
+ 320
12
+ ],
13
+ "test_input_size": [
14
+ 3,
15
+ 384,
16
+ 384
17
+ ],
18
+ "fixed_input_size": false,
19
+ "interpolation": "bicubic",
20
+ "crop_pct": 1.0,
21
+ "crop_mode": "center",
22
+ "mean": [
23
+ 0.6886,
24
+ 0.6415,
25
+ 0.6443
26
+ ],
27
+ "std": [
28
+ 0.183,
29
+ 0.1852,
30
+ 0.1849
31
+ ],
32
+ "num_classes": 1000,
33
+ "pool_size": [
34
+ 10,
35
+ 10
36
+ ],
37
+ "first_conv": "conv_stem",
38
+ "classifier": "classifier"
39
+ }
40
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15c2a11968f3029a487bdb4939e50c8506295c319012896b0161b272570af633
3
+ size 77933200
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1074312bd902289e5d6d43ef4d9f4d515e05fb0902d122f579b282226ad3d5f
3
+ size 78117586