Update label2id.json
Browse files- label2id.json +12 -12
label2id.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
{
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 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 |
+
}
|