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