trixdade commited on
Commit
74e29d7
1 Parent(s): 779a74d

Upload 2 files

Browse files
Files changed (2) hide show
  1. id2label.json +17 -0
  2. label2id.json +17 -0
id2label.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "0": "Balcony",
3
+ "1": "Bar",
4
+ "2": "Bathroom",
5
+ "3": "Bedroom",
6
+ "4": "Bussiness Centre",
7
+ "5": "Dining room",
8
+ "6": "Exterior",
9
+ "7": "Gym",
10
+ "8": "Living room",
11
+ "9": "Lobby",
12
+ "10": "Patio",
13
+ "11": "Pool",
14
+ "12": "Restaurant",
15
+ "13": "Sauna",
16
+ "14": "Spa"
17
+ }
label2id.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Balcony": 0,
3
+ "Bar": 1,
4
+ "Bathroom": 2,
5
+ "Bedroom": 3,
6
+ "Bussiness Centre": 4,
7
+ "Dining room": 5,
8
+ "Exterior": 6,
9
+ "Gym": 7,
10
+ "Living room": 8,
11
+ "Lobby": 9,
12
+ "Patio": 10,
13
+ "Pool": 11,
14
+ "Restaurant": 12,
15
+ "Sauna": 13,
16
+ "Spa": 14
17
+ }