faisalabidi
commited on
Commit
•
55cf7c5
1
Parent(s):
2088689
commit files to HF hub
Browse files- .gitattributes +2 -0
- README.md +6 -2
- config.json +4 -2
- images/bathroom.jpg +3 -0
- images/pool.jpg +2 -2
- images/spa.jpg +3 -0
- images/suite.jpg +2 -2
- pytorch_model.bin +2 -2
- runs/events.out.tfevents.1672105026.c5a8d66aacb4 +3 -0
.gitattributes
CHANGED
@@ -57,3 +57,5 @@ images/pool.jpg filter=lfs diff=lfs merge=lfs -text
|
|
57 |
images/restaurants.jpg filter=lfs diff=lfs merge=lfs -text
|
58 |
images/room.jpg filter=lfs diff=lfs merge=lfs -text
|
59 |
images/suite.jpg filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
57 |
images/restaurants.jpg filter=lfs diff=lfs merge=lfs -text
|
58 |
images/room.jpg filter=lfs diff=lfs merge=lfs -text
|
59 |
images/suite.jpg filter=lfs diff=lfs merge=lfs -text
|
60 |
+
images/bathroom.jpg filter=lfs diff=lfs merge=lfs -text
|
61 |
+
images/spa.jpg filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -15,7 +15,7 @@ model-index:
|
|
15 |
metrics:
|
16 |
- name: Accuracy
|
17 |
type: accuracy
|
18 |
-
value: 0.
|
19 |
---
|
20 |
|
21 |
# hotel-image-classifier
|
@@ -29,7 +29,7 @@ Hotel Cateogry Transformer..
|
|
29 |
|
30 |
#### bathroom
|
31 |
|
32 |
-
![bathroom](images/bathroom.
|
33 |
|
34 |
#### beach
|
35 |
|
@@ -63,6 +63,10 @@ Hotel Cateogry Transformer..
|
|
63 |
|
64 |
![room](images/room.jpg)
|
65 |
|
|
|
|
|
|
|
|
|
66 |
#### suite
|
67 |
|
68 |
![suite](images/suite.jpg)
|
|
|
15 |
metrics:
|
16 |
- name: Accuracy
|
17 |
type: accuracy
|
18 |
+
value: 0.8020833134651184
|
19 |
---
|
20 |
|
21 |
# hotel-image-classifier
|
|
|
29 |
|
30 |
#### bathroom
|
31 |
|
32 |
+
![bathroom](images/bathroom.jpg)
|
33 |
|
34 |
#### beach
|
35 |
|
|
|
63 |
|
64 |
![room](images/room.jpg)
|
65 |
|
66 |
+
#### spa
|
67 |
+
|
68 |
+
![spa](images/spa.jpg)
|
69 |
+
|
70 |
#### suite
|
71 |
|
72 |
![suite](images/suite.jpg)
|
config.json
CHANGED
@@ -11,6 +11,7 @@
|
|
11 |
"id2label": {
|
12 |
"0": "bathroom",
|
13 |
"1": "beach",
|
|
|
14 |
"2": "fitness",
|
15 |
"3": "food",
|
16 |
"4": "lobby",
|
@@ -18,7 +19,7 @@
|
|
18 |
"6": "pool",
|
19 |
"7": "restaurants",
|
20 |
"8": "room",
|
21 |
-
"9": "
|
22 |
},
|
23 |
"image_size": 224,
|
24 |
"initializer_range": 0.02,
|
@@ -33,7 +34,8 @@
|
|
33 |
"pool": "6",
|
34 |
"restaurants": "7",
|
35 |
"room": "8",
|
36 |
-
"
|
|
|
37 |
},
|
38 |
"layer_norm_eps": 1e-12,
|
39 |
"model_type": "vit",
|
|
|
11 |
"id2label": {
|
12 |
"0": "bathroom",
|
13 |
"1": "beach",
|
14 |
+
"10": "suite",
|
15 |
"2": "fitness",
|
16 |
"3": "food",
|
17 |
"4": "lobby",
|
|
|
19 |
"6": "pool",
|
20 |
"7": "restaurants",
|
21 |
"8": "room",
|
22 |
+
"9": "spa"
|
23 |
},
|
24 |
"image_size": 224,
|
25 |
"initializer_range": 0.02,
|
|
|
34 |
"pool": "6",
|
35 |
"restaurants": "7",
|
36 |
"room": "8",
|
37 |
+
"spa": "9",
|
38 |
+
"suite": "10"
|
39 |
},
|
40 |
"layer_norm_eps": 1e-12,
|
41 |
"model_type": "vit",
|
images/bathroom.jpg
ADDED
Git LFS Details
|
images/pool.jpg
CHANGED
Git LFS Details
|
Git LFS Details
|
images/spa.jpg
ADDED
Git LFS Details
|
images/suite.jpg
CHANGED
Git LFS Details
|
Git LFS Details
|
pytorch_model.bin
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:8611aa3dd696862e5daf8ef52ca20f780fd61aa3df40885e1d3ce91d710a2233
|
3 |
+
size 343293613
|
runs/events.out.tfevents.1672105026.c5a8d66aacb4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b3ad4dcb7737373f135285790f88a37581e1b6668055bcc6f9ed0ef8e1e4601
|
3 |
+
size 2457
|