commit files to HF hub
Browse files- README.md +1 -5
- config.json +2 -4
- model.safetensors +2 -2
README.md
CHANGED
|
@@ -37,8 +37,4 @@ Kitchen Layouts detection🤗🖼️
|
|
| 37 |
|
| 38 |
#### single_wall_kitchen
|
| 39 |
|
| 40 |
-

|
| 41 |
-
|
| 42 |
-
#### u_shaped_kitchen
|
| 43 |
-
|
| 44 |
-

|
|
|
|
| 37 |
|
| 38 |
#### single_wall_kitchen
|
| 39 |
|
| 40 |
+

|
|
|
|
|
|
|
|
|
|
|
|
config.json
CHANGED
|
@@ -11,8 +11,7 @@
|
|
| 11 |
"id2label": {
|
| 12 |
"0": "island_kitchen",
|
| 13 |
"1": "l_shaped_kitchen",
|
| 14 |
-
"2": "single_wall_kitchen"
|
| 15 |
-
"3": "u_shaped_kitchen"
|
| 16 |
},
|
| 17 |
"image_size": 224,
|
| 18 |
"initializer_range": 0.02,
|
|
@@ -20,8 +19,7 @@
|
|
| 20 |
"label2id": {
|
| 21 |
"island_kitchen": "0",
|
| 22 |
"l_shaped_kitchen": "1",
|
| 23 |
-
"single_wall_kitchen": "2"
|
| 24 |
-
"u_shaped_kitchen": "3"
|
| 25 |
},
|
| 26 |
"layer_norm_eps": 1e-12,
|
| 27 |
"model_type": "vit",
|
|
|
|
| 11 |
"id2label": {
|
| 12 |
"0": "island_kitchen",
|
| 13 |
"1": "l_shaped_kitchen",
|
| 14 |
+
"2": "single_wall_kitchen"
|
|
|
|
| 15 |
},
|
| 16 |
"image_size": 224,
|
| 17 |
"initializer_range": 0.02,
|
|
|
|
| 19 |
"label2id": {
|
| 20 |
"island_kitchen": "0",
|
| 21 |
"l_shaped_kitchen": "1",
|
| 22 |
+
"single_wall_kitchen": "2"
|
|
|
|
| 23 |
},
|
| 24 |
"layer_norm_eps": 1e-12,
|
| 25 |
"model_type": "vit",
|
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:92c48dc687dc38ae05406e4f2c70c80406d2ae2fc701482f05f1016543be627d
|
| 3 |
+
size 343227052
|