igoramf commited on
Commit
ce5c760
·
verified ·
1 Parent(s): 1630e69

Update label2id.json

Browse files
Files changed (1) hide show
  1. label2id.json +12 -12
label2id.json CHANGED
@@ -1,13 +1,13 @@
1
  {
2
- "5": "bathroom_count",
3
- "31": "condominium_rate",
4
- "32": "description",
5
- "35": "garage_count",
6
- "36": "other",
7
- "40": "property_tax",
8
- "41": "property_type",
9
- "43": "rent_price",
10
- "44": "room_count",
11
- "45": "sale_price",
12
- "48": "title"
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
+ }