ngctnnnn commited on
Commit
9d30b3d
·
1 Parent(s): b6a212d

Add model

Browse files
Files changed (3) hide show
  1. README.md +7 -0
  2. config.json +33 -0
  3. pytorch_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - timm
5
+ library_tag: timm
6
+ ---
7
+ # Model card for LVM-Med
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "url": "https://storage.googleapis.com/vit_models/augreg/B_16-i21k-300ep-lr_0.001-aug_medium1-wd_0.1-do_0.0-sd_0.0--imagenet2012-steps_20k-lr_0.01-res_224.npz",
3
+ "num_classes": 0,
4
+ "input_size": [
5
+ 3,
6
+ 224,
7
+ 224
8
+ ],
9
+ "pool_size": null,
10
+ "crop_pct": 0.9,
11
+ "interpolation": "bicubic",
12
+ "fixed_input_size": true,
13
+ "mean": [
14
+ 0.5,
15
+ 0.5,
16
+ 0.5
17
+ ],
18
+ "std": [
19
+ 0.5,
20
+ 0.5,
21
+ 0.5
22
+ ],
23
+ "first_conv": "patch_embed.proj",
24
+ "classifier": "head",
25
+ "architecture": "vit_base_patch16_224",
26
+ "num_features": 768,
27
+ "labels": [
28
+ "a",
29
+ "b",
30
+ "c",
31
+ "d"
32
+ ]
33
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7799346bb74072b0982609a984c6077cabd75d33260ac626c1100c4b8c086912
3
+ size 343248869