igoramf commited on
Commit
d67a1f7
·
verified ·
1 Parent(s): 204ce98

Upload 2 files

Browse files
Files changed (2) hide show
  1. id2label.json +13 -0
  2. label2id.json +13 -0
id2label.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "0": "title",
3
+ "1": "sale_price",
4
+ "2": "condominium_rate",
5
+ "3": "property_tax",
6
+ "4": "room_count",
7
+ "5": "bathroom_count",
8
+ "6": "garage_count",
9
+ "7": "description",
10
+ "8": "property_type",
11
+ "9": "rent_price",
12
+ "10": "other"
13
+ }
label2id.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "title": 0,
3
+ "sale_price": 1,
4
+ "condominium_rate": 2,
5
+ "property_tax": 3,
6
+ "room_count": 4,
7
+ "bathroom_count": 5,
8
+ "garage_count": 6,
9
+ "description": 7,
10
+ "property_type": 8,
11
+ "rent_price": 9,
12
+ "other": 10
13
+ }