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