Upload config.json with huggingface_hub
Browse files- config.json +59 -0
config.json
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/vit-base-patch16-224-in21k",
|
3 |
+
"architectures": [
|
4 |
+
"ViTModel"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"encoder_stride": 16,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.0,
|
10 |
+
"hidden_size": 768,
|
11 |
+
"id2label": {
|
12 |
+
"0": "bathroom",
|
13 |
+
"1": "beach",
|
14 |
+
"2": "bedroom",
|
15 |
+
"3": "classroom",
|
16 |
+
"4": "field",
|
17 |
+
"5": "forest",
|
18 |
+
"6": "highway",
|
19 |
+
"7": "kitchen",
|
20 |
+
"8": "lake",
|
21 |
+
"9": "library",
|
22 |
+
"10": "lobby",
|
23 |
+
"11": "mountain",
|
24 |
+
"12": "office",
|
25 |
+
"13": "park",
|
26 |
+
"14": "playground",
|
27 |
+
"15": "restaurant"
|
28 |
+
},
|
29 |
+
"image_size": 224,
|
30 |
+
"initializer_range": 0.02,
|
31 |
+
"intermediate_size": 3072,
|
32 |
+
"label2id": {
|
33 |
+
"bathroom": 0,
|
34 |
+
"beach": 1,
|
35 |
+
"bedroom": 2,
|
36 |
+
"classroom": 3,
|
37 |
+
"field": 4,
|
38 |
+
"forest": 5,
|
39 |
+
"highway": 6,
|
40 |
+
"kitchen": 7,
|
41 |
+
"lake": 8,
|
42 |
+
"library": 9,
|
43 |
+
"lobby": 10,
|
44 |
+
"mountain": 11,
|
45 |
+
"office": 12,
|
46 |
+
"park": 13,
|
47 |
+
"playground": 14,
|
48 |
+
"restaurant": 15
|
49 |
+
},
|
50 |
+
"layer_norm_eps": 1e-12,
|
51 |
+
"model_type": "vit",
|
52 |
+
"num_attention_heads": 12,
|
53 |
+
"num_channels": 3,
|
54 |
+
"num_hidden_layers": 12,
|
55 |
+
"patch_size": 16,
|
56 |
+
"qkv_bias": true,
|
57 |
+
"torch_dtype": "float32",
|
58 |
+
"transformers_version": "4.46.0"
|
59 |
+
}
|