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