internetoftim commited on
Commit
1675371
1 Parent(s): 4c1ee67

Upload ViTForImageClassification

Browse files
Files changed (2) hide show
  1. config.json +50 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "internetoftim/dinov2-base",
3
+ "architectures": [
4
+ "ViTForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "drop_path_rate": 0.0,
8
+ "encoder_stride": 16,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.0,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "AnnualCrop",
14
+ "1": "Forest",
15
+ "2": "HerbaceousVegetation",
16
+ "3": "Highway",
17
+ "4": "Industrial",
18
+ "5": "Pasture",
19
+ "6": "PermanentCrop",
20
+ "7": "Residential",
21
+ "8": "River",
22
+ "9": "SeaLake"
23
+ },
24
+ "image_size": 518,
25
+ "initializer_range": 0.02,
26
+ "intermediate_size": 3072,
27
+ "label2id": {
28
+ "AnnualCrop": 0,
29
+ "Forest": 1,
30
+ "HerbaceousVegetation": 2,
31
+ "Highway": 3,
32
+ "Industrial": 4,
33
+ "Pasture": 5,
34
+ "PermanentCrop": 6,
35
+ "Residential": 7,
36
+ "River": 8,
37
+ "SeaLake": 9
38
+ },
39
+ "layer_norm_eps": 1e-06,
40
+ "layerscale_value": 1.0,
41
+ "mlp_ratio": 4,
42
+ "model_type": "vit",
43
+ "num_attention_heads": 12,
44
+ "num_channels": 3,
45
+ "num_hidden_layers": 12,
46
+ "patch_size": 14,
47
+ "qkv_bias": true,
48
+ "torch_dtype": "float32",
49
+ "transformers_version": "4.25.1"
50
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d45f10c04b45b3a4c2fd45421e790d2fb21de27e353bd0f49c724521a9a39d68
3
+ size 346341037