nave1616 commited on
Commit
e48ef67
1 Parent(s): 4acccb3

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. config.json +16 -10
  2. model.safetensors +2 -2
config.json CHANGED
@@ -28,20 +28,26 @@
28
  256
29
  ],
30
  "id2label": {
31
- "0": "background",
32
- "1": "building",
33
- "2": "woodland",
34
- "3": "water",
35
- "4": "road"
 
 
 
36
  },
37
  "image_size": 224,
38
  "initializer_range": 0.02,
39
  "label2id": {
40
- "background": "0",
41
- "building": "1",
42
- "road": "4",
43
- "water": "3",
44
- "woodland": "2"
 
 
 
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:d0398a4f19d6cf7e4ce06bb787ceb18038d303e3a86d1fdb51163c63b661e22b
3
- size 14887860
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eca6bfd04bc91c872f27fd7d24d9dc3f5c0210898c5253fdbd833fcf391e0de7
3
+ size 14890952