STomoya commited on
Commit
4563894
1 Parent(s): 784fd56
Files changed (4) hide show
  1. README.md +11 -0
  2. config.json +36 -0
  3. model.safetensors +3 -0
  4. pytorch_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
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_224.st_mae_sb1k
9
+
10
+ ## Model Details
11
+ - **MSE:** 0.6770756840705872
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "vit_tiny_patch16_224",
3
+ "num_classes": 0,
4
+ "num_features": 192,
5
+ "global_pool": "token",
6
+ "model_args": {
7
+ "num_classes": 0
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:07b5519db776c32419b0abb67b385eb2e1798dc517075622d4b532faaf8b8326
3
+ size 22111184
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf997162a59225767dd4be1832267e2cef4e55616424c06172b8a4063f64baec
3
+ size 22155810