Upload MarkupLMForTokenClassification
Browse files- config.json +84 -20
- model.safetensors +2 -2
config.json
CHANGED
@@ -21,37 +21,101 @@
|
|
21 |
"4": "room_count",
|
22 |
"5": "garage_count",
|
23 |
"6": "total_area",
|
24 |
-
"7": "
|
25 |
-
"8": "
|
26 |
-
"9": "
|
27 |
-
"10": "
|
28 |
-
"11": "
|
29 |
-
"12": "
|
30 |
-
"13": "
|
31 |
-
"14": "
|
32 |
-
"15": "
|
33 |
-
"16": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
},
|
35 |
"init_model_type": "roberta",
|
36 |
"initializer_range": 0.02,
|
37 |
"intermediate_size": 3072,
|
38 |
"label2id": {
|
39 |
-
"
|
40 |
-
"
|
41 |
-
"
|
42 |
-
"
|
43 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
"for_sale": 2,
|
45 |
"garage_count": 5,
|
46 |
-
"other":
|
47 |
"property_code": 0,
|
48 |
-
"property_tax":
|
49 |
"property_type": 1,
|
50 |
-
"real_estate":
|
51 |
-
"rent_price":
|
52 |
"room_count": 4,
|
53 |
"sale_price": 3,
|
54 |
-
"title":
|
55 |
"total_area": 6
|
56 |
},
|
57 |
"layer_norm_eps": 1e-05,
|
|
|
21 |
"4": "room_count",
|
22 |
"5": "garage_count",
|
23 |
"6": "total_area",
|
24 |
+
"7": "condominium_rate",
|
25 |
+
"8": "property_tax",
|
26 |
+
"9": "description",
|
27 |
+
"10": "building.gym",
|
28 |
+
"11": "building.barbecue",
|
29 |
+
"12": "building.elevator",
|
30 |
+
"13": "building.gourmet_area",
|
31 |
+
"14": "building.garden",
|
32 |
+
"15": "building.pool",
|
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 |
+
"address.city": 22,
|
72 |
+
"address.neighborhood": 20,
|
73 |
+
"address.number": 44,
|
74 |
+
"address.state": 37,
|
75 |
+
"address.street": 21,
|
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": 5,
|
110 |
+
"other": 48,
|
111 |
"property_code": 0,
|
112 |
+
"property_tax": 8,
|
113 |
"property_type": 1,
|
114 |
+
"real_estate": 36,
|
115 |
+
"rent_price": 24,
|
116 |
"room_count": 4,
|
117 |
"sale_price": 3,
|
118 |
+
"title": 19,
|
119 |
"total_area": 6
|
120 |
},
|
121 |
"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:2a415e2af315b8be9911381cc6408c9178ef205d2b6bc44709414b9a387f0000
|
3 |
+
size 538640060
|