STomoya commited on
Commit
e4e6175
1 Parent(s): 71e3202
Files changed (4) hide show
  1. README.md +14 -0
  2. config.json +36 -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 vit_small_patch16_reg4_224.st_safebooru_1k
9
+
10
+ ## Model Details
11
+ - **metrics:**
12
+ |Precision|Recall|F1-score|
13
+ |-|-|-|
14
+ |0.7773622402636033|0.4253692438657053|0.5239791145935626|
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "vit_small_patch16_224",
3
+ "num_classes": 1000,
4
+ "num_features": 384,
5
+ "global_pool": "token",
6
+ "model_args": {
7
+ "reg_tokens": 4
8
+ },
9
+ "pretrained_cfg": {
10
+ "tag": "st_safebooru_1k",
11
+ "custom_load": true,
12
+ "input_size": [
13
+ 3,
14
+ 224,
15
+ 224
16
+ ],
17
+ "fixed_input_size": true,
18
+ "interpolation": "bicubic",
19
+ "crop_pct": 0.9,
20
+ "crop_mode": "center",
21
+ "mean": [
22
+ 0.6886,
23
+ 0.6415,
24
+ 0.6443
25
+ ],
26
+ "std": [
27
+ 0.183,
28
+ 0.1852,
29
+ 0.1849
30
+ ],
31
+ "num_classes": 1000,
32
+ "pool_size": null,
33
+ "first_conv": "patch_embed.proj",
34
+ "classifier": "head"
35
+ }
36
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7bc260816957f0f4a51d06e1a72ca762e9e0749a4caa22c9c9e5bcfca9c79c3
3
+ size 88228872
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a635582f6171b1a1ae37d655d133d7c5d46baa743310bc33cb7aad6f1e2364d8
3
+ size 88274286