Upload 2 files
Browse files- examples.json +0 -0
- id2label.json +53 -0
examples.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
id2label.json
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"0": "address.city",
|
| 3 |
+
"1": "address.neighborhood",
|
| 4 |
+
"2": "address.number",
|
| 5 |
+
"3": "address.state",
|
| 6 |
+
"4": "address.street",
|
| 7 |
+
"5": "bathroom_count",
|
| 8 |
+
"6": "building.air_conditioning",
|
| 9 |
+
"7": "building.balcony",
|
| 10 |
+
"8": "building.barbecue",
|
| 11 |
+
"9": "building.doorman",
|
| 12 |
+
"10": "building.elevator",
|
| 13 |
+
"11": "building.fireplace",
|
| 14 |
+
"12": "building.garage",
|
| 15 |
+
"13": "building.garden",
|
| 16 |
+
"14": "building.gourmet_area",
|
| 17 |
+
"15": "building.gym",
|
| 18 |
+
"16": "building.home_theater",
|
| 19 |
+
"17": "building.laundry",
|
| 20 |
+
"18": "building.level",
|
| 21 |
+
"19": "building.party_room",
|
| 22 |
+
"20": "building.playground",
|
| 23 |
+
"21": "building.pool",
|
| 24 |
+
"22": "building.service_area",
|
| 25 |
+
"23": "building.service_room",
|
| 26 |
+
"24": "building.solar_panel",
|
| 27 |
+
"25": "building.sports_court",
|
| 28 |
+
"26": "building.storage",
|
| 29 |
+
"27": "building.terrace",
|
| 30 |
+
"28": "building.total_levels",
|
| 31 |
+
"29": "building_area",
|
| 32 |
+
"30": "built_area",
|
| 33 |
+
"31": "condominium_rate",
|
| 34 |
+
"32": "description",
|
| 35 |
+
"33": "for_rent",
|
| 36 |
+
"34": "for_sale",
|
| 37 |
+
"35": "garage_count",
|
| 38 |
+
"36": "other",
|
| 39 |
+
"37": "property.gym",
|
| 40 |
+
"38": "property.playground",
|
| 41 |
+
"39": "property_code",
|
| 42 |
+
"40": "property_tax",
|
| 43 |
+
"41": "property_title",
|
| 44 |
+
"42": "property_type",
|
| 45 |
+
"43": "real_estate",
|
| 46 |
+
"44": "rent_price",
|
| 47 |
+
"45": "room_count",
|
| 48 |
+
"46": "sale_price",
|
| 49 |
+
"47": "service_area",
|
| 50 |
+
"48": "service_room",
|
| 51 |
+
"49": "title",
|
| 52 |
+
"50": "total_area"
|
| 53 |
+
}
|