rwightman HF staff commited on
Commit
3d9fe4d
1 Parent(s): 9dded1e
Files changed (3) hide show
  1. README.md +8 -0
  2. config.json +37 -0
  3. model.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - timm
5
+ library_name: timm
6
+ license: apache-2.0
7
+ ---
8
+ # Model card for test_patch14_to_16_vit
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "vit_base_patch14_dinov2",
3
+ "num_classes": 0,
4
+ "num_features": 768,
5
+ "global_pool": "token",
6
+ "model_args": {
7
+ "patch_size": 16
8
+ },
9
+ "pretrained_cfg": {
10
+ "tag": "lvd142m",
11
+ "custom_load": false,
12
+ "input_size": [
13
+ 3,
14
+ 518,
15
+ 518
16
+ ],
17
+ "fixed_input_size": true,
18
+ "interpolation": "bicubic",
19
+ "crop_pct": 1.0,
20
+ "crop_mode": "center",
21
+ "mean": [
22
+ 0.485,
23
+ 0.456,
24
+ 0.406
25
+ ],
26
+ "std": [
27
+ 0.229,
28
+ 0.224,
29
+ 0.225
30
+ ],
31
+ "num_classes": 0,
32
+ "pool_size": null,
33
+ "first_conv": "patch_embed.proj",
34
+ "classifier": "head",
35
+ "license": "apache-2.0"
36
+ }
37
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27a6b780228524cc5d11e53af8c984802b421d9cc328f2ec126f4da223cd0a21
3
+ size 345827992