Spaces:
Build error
Build error
Upload 4 files
Browse files
ViT_LCZs_v3/config.json
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "google/vit-base-patch16-224-in21k",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"ViTForImageClassification"
|
| 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": " Compact highrise",
|
| 13 |
+
"1": " Compact lowrise",
|
| 14 |
+
"2": " Compact midrise",
|
| 15 |
+
"3": " Dense trees",
|
| 16 |
+
"4": " Heavy industry",
|
| 17 |
+
"5": " Large lowrise",
|
| 18 |
+
"6": " Low plants",
|
| 19 |
+
"7": " Open highrise",
|
| 20 |
+
"8": " Open lowrise",
|
| 21 |
+
"9": " Open midrise",
|
| 22 |
+
"10": " Scattered trees",
|
| 23 |
+
"11": " Sparsely built",
|
| 24 |
+
"12": " Water"
|
| 25 |
+
},
|
| 26 |
+
"image_size": 224,
|
| 27 |
+
"initializer_range": 0.02,
|
| 28 |
+
"intermediate_size": 3072,
|
| 29 |
+
"label2id": {
|
| 30 |
+
" Compact highrise": 0,
|
| 31 |
+
" Compact lowrise": 1,
|
| 32 |
+
" Compact midrise": 2,
|
| 33 |
+
" Dense trees": 3,
|
| 34 |
+
" Heavy industry": 4,
|
| 35 |
+
" Large lowrise": 5,
|
| 36 |
+
" Low plants": 6,
|
| 37 |
+
" Open highrise": 7,
|
| 38 |
+
" Open lowrise": 8,
|
| 39 |
+
" Open midrise": 9,
|
| 40 |
+
" Scattered trees": 10,
|
| 41 |
+
" Sparsely built": 11,
|
| 42 |
+
" Water": 12
|
| 43 |
+
},
|
| 44 |
+
"layer_norm_eps": 1e-12,
|
| 45 |
+
"model_type": "vit",
|
| 46 |
+
"num_attention_heads": 12,
|
| 47 |
+
"num_channels": 3,
|
| 48 |
+
"num_hidden_layers": 12,
|
| 49 |
+
"patch_size": 16,
|
| 50 |
+
"problem_type": "single_label_classification",
|
| 51 |
+
"qkv_bias": true,
|
| 52 |
+
"torch_dtype": "float32",
|
| 53 |
+
"transformers_version": "4.38.1"
|
| 54 |
+
}
|
ViT_LCZs_v3/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0eec09b1a0fcf1c2bf0bdec5d9bca2ac5875de416acbe7b4837090636558626a
|
| 3 |
+
size 343257812
|
ViT_LCZs_v3/preprocessor_config.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_normalize": true,
|
| 3 |
+
"do_rescale": true,
|
| 4 |
+
"do_resize": true,
|
| 5 |
+
"image_mean": [
|
| 6 |
+
0.5,
|
| 7 |
+
0.5,
|
| 8 |
+
0.5
|
| 9 |
+
],
|
| 10 |
+
"image_processor_type": "ViTImageProcessor",
|
| 11 |
+
"image_std": [
|
| 12 |
+
0.5,
|
| 13 |
+
0.5,
|
| 14 |
+
0.5
|
| 15 |
+
],
|
| 16 |
+
"resample": 2,
|
| 17 |
+
"rescale_factor": 0.00392156862745098,
|
| 18 |
+
"size": {
|
| 19 |
+
"height": 224,
|
| 20 |
+
"width": 224
|
| 21 |
+
}
|
| 22 |
+
}
|
ViT_LCZs_v3/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:286087d92a60208b4cdf057aa0db2fed444bdc3a61bc4c0b24971659ea9651a9
|
| 3 |
+
size 4856
|