STomoya commited on
Commit
5c5bf7e
1 Parent(s): 9ca6f25
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_tiny_patch16_reg1_224.st_safebooru_1k
9
+
10
+ ## Model Details
11
+ - **metrics:**
12
+ |Precision|Recall|F1-score|
13
+ |-|-|-|
14
+ |0.7929987334545958|0.34619701780199236|0.4564047542100481|
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "vit_tiny_patch16_224",
3
+ "num_classes": 1000,
4
+ "num_features": 192,
5
+ "global_pool": "token",
6
+ "model_args": {
7
+ "reg_tokens": 1
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:a593ed3706955c693179e9bacd982f2cc111fb862c57da6c5e30903cf31e3406
3
+ size 22884960
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71a769d270588188a9f5b704feb6ac268632b30c73ead0dffa5fea301591853b
3
+ size 22930222