STomoya commited on
Commit
09a093e
1 Parent(s): 33d276c
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_224.st_mae_sb1k_ft_sb1k
9
+
10
+ ## Model Details
11
+ - **metrics:**
12
+ |Precision|Recall|F1-score|
13
+ |-|-|-|
14
+ |0.7968979152462526|0.44421439741379176|0.5462747248165606|
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
+ "pretrained": true
8
+ },
9
+ "pretrained_cfg": {
10
+ "tag": "st_mae_sb1k",
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": 0,
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:429c7c75c3be744cb1f510721668779e53ee941e87acb462ade370d42a1c16f7
3
+ size 88216496
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6b875e9db988bc41078f66e8b30d7f9e9e7a8157afb0715276620d1b74b48a1
3
+ size 88261674