Upload folder using huggingface_hub
Browse files- config.json +16 -10
- model.safetensors +2 -2
config.json
CHANGED
@@ -28,20 +28,26 @@
|
|
28 |
256
|
29 |
],
|
30 |
"id2label": {
|
31 |
-
"0": "
|
32 |
-
"1": "
|
33 |
-
"2": "
|
34 |
-
"3": "
|
35 |
-
"4": "
|
|
|
|
|
|
|
36 |
},
|
37 |
"image_size": 224,
|
38 |
"initializer_range": 0.02,
|
39 |
"label2id": {
|
40 |
-
"
|
41 |
-
"
|
42 |
-
"
|
43 |
-
"
|
44 |
-
"
|
|
|
|
|
|
|
45 |
},
|
46 |
"layer_norm_eps": 1e-06,
|
47 |
"mlp_ratios": [
|
|
|
28 |
256
|
29 |
],
|
30 |
"id2label": {
|
31 |
+
"0": "ignore",
|
32 |
+
"1": "background",
|
33 |
+
"2": "building",
|
34 |
+
"3": "road",
|
35 |
+
"4": "water",
|
36 |
+
"5": "barren",
|
37 |
+
"6": "forest",
|
38 |
+
"7": "agriculture"
|
39 |
},
|
40 |
"image_size": 224,
|
41 |
"initializer_range": 0.02,
|
42 |
"label2id": {
|
43 |
+
"agriculture": 7,
|
44 |
+
"background": 1,
|
45 |
+
"barren": 5,
|
46 |
+
"building": 2,
|
47 |
+
"forest": 6,
|
48 |
+
"ignore": 0,
|
49 |
+
"road": 3,
|
50 |
+
"water": 4
|
51 |
},
|
52 |
"layer_norm_eps": 1e-06,
|
53 |
"mlp_ratios": [
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eca6bfd04bc91c872f27fd7d24d9dc3f5c0210898c5253fdbd833fcf391e0de7
|
3 |
+
size 14890952
|