STomoya commited on
Commit
b560f23
1 Parent(s): b366dee
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_reg4_224.st_safebooru_1k
9
+
10
+ ## Model Details
11
+ - **metrics:**
12
+ |Precision|Recall|F1-score|
13
+ |-|-|-|
14
+ |0.7930736869818965|0.34873726089720897|0.45889154782236025|
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": 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:bd72f958862c7fa4b01f68eda3d5be777810a84b3f6efb01962a90ec17bbc9cb
3
+ size 22889568
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa4e5ef592000d87330163aa9f8cec088a73af9a48b25dff3189700917e71e44
3
+ size 22934830