Upload MarkupLMForTokenClassification
Browse files- config.json +22 -88
- model.safetensors +2 -2
config.json
CHANGED
@@ -19,104 +19,38 @@
|
|
19 |
"2": "for_sale",
|
20 |
"3": "sale_price",
|
21 |
"4": "room_count",
|
22 |
-
"5": "
|
23 |
-
"6": "
|
24 |
-
"7": "
|
25 |
-
"8": "
|
26 |
-
"9": "
|
27 |
-
"10": "
|
28 |
-
"11": "
|
29 |
-
"12": "
|
30 |
-
"13": "
|
31 |
-
"14": "
|
32 |
-
"15": "
|
33 |
-
"16": "building.playground",
|
34 |
-
"17": "building.sports_court",
|
35 |
-
"18": "building.party_room",
|
36 |
-
"19": "title",
|
37 |
-
"20": "address.neighborhood",
|
38 |
-
"21": "address.street",
|
39 |
-
"22": "address.city",
|
40 |
-
"23": "built_area",
|
41 |
-
"24": "rent_price",
|
42 |
-
"25": "bathroom_count",
|
43 |
-
"26": "building.home_office",
|
44 |
-
"27": "building.garage",
|
45 |
-
"28": "building.doorman",
|
46 |
-
"29": "building.air_conditioning",
|
47 |
-
"30": "building.service_area",
|
48 |
-
"31": "building.storage",
|
49 |
-
"32": "building.heating",
|
50 |
-
"33": "building.sauna",
|
51 |
-
"34": "building.balcony",
|
52 |
-
"35": "building.generator",
|
53 |
-
"36": "real_estate",
|
54 |
-
"37": "address.state",
|
55 |
-
"38": "building.terrace",
|
56 |
-
"39": "building.service_room",
|
57 |
-
"40": "building.fireplace",
|
58 |
-
"41": "for_rent",
|
59 |
-
"42": "building.laundry",
|
60 |
-
"43": "building.total_levels",
|
61 |
-
"44": "address.number",
|
62 |
-
"45": "building.solar_panel",
|
63 |
-
"46": "building.level",
|
64 |
-
"47": "building.home_theater",
|
65 |
-
"48": "other"
|
66 |
},
|
67 |
"init_model_type": "roberta",
|
68 |
"initializer_range": 0.02,
|
69 |
"intermediate_size": 3072,
|
70 |
"label2id": {
|
71 |
-
"
|
72 |
-
"
|
73 |
-
"
|
74 |
-
"
|
75 |
-
"
|
76 |
-
"bathroom_count": 25,
|
77 |
-
"building.air_conditioning": 29,
|
78 |
-
"building.balcony": 34,
|
79 |
-
"building.barbecue": 11,
|
80 |
-
"building.doorman": 28,
|
81 |
-
"building.elevator": 12,
|
82 |
-
"building.fireplace": 40,
|
83 |
-
"building.garage": 27,
|
84 |
-
"building.garden": 14,
|
85 |
-
"building.generator": 35,
|
86 |
-
"building.gourmet_area": 13,
|
87 |
-
"building.gym": 10,
|
88 |
-
"building.heating": 32,
|
89 |
-
"building.home_office": 26,
|
90 |
-
"building.home_theater": 47,
|
91 |
-
"building.laundry": 42,
|
92 |
-
"building.level": 46,
|
93 |
-
"building.party_room": 18,
|
94 |
-
"building.playground": 16,
|
95 |
-
"building.pool": 15,
|
96 |
-
"building.sauna": 33,
|
97 |
-
"building.service_area": 30,
|
98 |
-
"building.service_room": 39,
|
99 |
-
"building.solar_panel": 45,
|
100 |
-
"building.sports_court": 17,
|
101 |
-
"building.storage": 31,
|
102 |
-
"building.terrace": 38,
|
103 |
-
"building.total_levels": 43,
|
104 |
-
"built_area": 23,
|
105 |
-
"condominium_rate": 7,
|
106 |
-
"description": 9,
|
107 |
-
"for_rent": 41,
|
108 |
"for_sale": 2,
|
109 |
-
"garage_count":
|
110 |
-
"other":
|
111 |
"property_code": 0,
|
112 |
-
"property_tax":
|
113 |
"property_type": 1,
|
114 |
-
"
|
115 |
-
"rent_price": 24,
|
116 |
"room_count": 4,
|
117 |
"sale_price": 3,
|
118 |
-
"title":
|
119 |
-
"total_area":
|
120 |
},
|
121 |
"layer_norm_eps": 1e-05,
|
122 |
"max_depth": 50,
|
|
|
19 |
"2": "for_sale",
|
20 |
"3": "sale_price",
|
21 |
"4": "room_count",
|
22 |
+
"5": "condominium_rate",
|
23 |
+
"6": "property_tax",
|
24 |
+
"7": "description",
|
25 |
+
"8": "garage_count",
|
26 |
+
"9": "total_area",
|
27 |
+
"10": "title",
|
28 |
+
"11": "built_area",
|
29 |
+
"12": "rent_price",
|
30 |
+
"13": "bathroom_count",
|
31 |
+
"14": "for_rent",
|
32 |
+
"15": "other"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
},
|
34 |
"init_model_type": "roberta",
|
35 |
"initializer_range": 0.02,
|
36 |
"intermediate_size": 3072,
|
37 |
"label2id": {
|
38 |
+
"bathroom_count": 13,
|
39 |
+
"built_area": 11,
|
40 |
+
"condominium_rate": 5,
|
41 |
+
"description": 7,
|
42 |
+
"for_rent": 14,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
"for_sale": 2,
|
44 |
+
"garage_count": 8,
|
45 |
+
"other": 15,
|
46 |
"property_code": 0,
|
47 |
+
"property_tax": 6,
|
48 |
"property_type": 1,
|
49 |
+
"rent_price": 12,
|
|
|
50 |
"room_count": 4,
|
51 |
"sale_price": 3,
|
52 |
+
"title": 10,
|
53 |
+
"total_area": 9
|
54 |
},
|
55 |
"layer_norm_eps": 1e-05,
|
56 |
"max_depth": 50,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9364a36b3d8de3ed28c3b8f88f5adb8968a314149c2ae414e9b7665e7775c16b
|
3 |
+
size 538538544
|