cm93 commited on
Commit
78949bd
·
verified ·
1 Parent(s): a572b1b

Add model

Browse files
Files changed (4) hide show
  1. README.md +8 -0
  2. config.json +45 -0
  3. model.safetensors +3 -0
  4. pytorch_model.bin +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 vit-base-patch16-224-eurosat
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "vit_base_patch16_224",
3
+ "num_classes": 10,
4
+ "num_features": 768,
5
+ "global_pool": "token",
6
+ "pretrained_cfg": {
7
+ "tag": "augreg2_in21k_ft_in1k",
8
+ "custom_load": false,
9
+ "input_size": [
10
+ 3,
11
+ 224,
12
+ 224
13
+ ],
14
+ "label_names": [
15
+ "Forest",
16
+ "River",
17
+ "Highway",
18
+ "AnnualCrop",
19
+ "SeaLake",
20
+ "HerbaceousVegetation",
21
+ "Industrial",
22
+ "Residential",
23
+ "PermanentCrop",
24
+ "Pasture"
25
+ ],
26
+ "fixed_input_size": false,
27
+ "interpolation": "bicubic",
28
+ "crop_pct": 0.9655,
29
+ "crop_mode": "center",
30
+ "mean": [
31
+ 0.3445,
32
+ 0.3803,
33
+ 0.4077
34
+ ],
35
+ "std": [
36
+ 0.0915,
37
+ 0.0652,
38
+ 0.0553
39
+ ],
40
+ "num_classes": 10,
41
+ "pool_size": null,
42
+ "first_conv": "patch_embed.proj",
43
+ "classifier": "head"
44
+ }
45
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e2925f0b872b61c0115427bd5283a977c26d66f5d6d526add3edde15a169922
3
+ size 343239472
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f09544de186b7c3740e3fd06e5ab930aa80a20b058e16a82662c82aea1cd2a81
3
+ size 343283949