File size: 2,004 Bytes
68a56fa 17f4d95 68a56fa 9ff26d5 68a56fa 17f4d95 68a56fa 9ff26d5 68a56fa c99fe40 4ba02cd 1853f58 6244da0 68a56fa 17f4d95 68a56fa 6244da0 4ba02cd 6244da0 c99fe40 6244da0 c99fe40 6244da0 1853f58 4ba02cd 6244da0 68a56fa 17f4d95 68a56fa 17f4d95 68a56fa 17f4d95 68a56fa c99fe40 17f4d95 68a56fa |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 |
{
"_name_or_path": "microsoft/markuplm-base-finetuned-websrc",
"architectures": [
"MarkupLMForTokenClassification"
],
"attention_probs_dropout_prob": 0.2,
"bos_token_id": 0,
"classifier_dropout": null,
"eos_token_id": 2,
"gradient_checkpointing": false,
"has_relative_attention_bias": false,
"has_tree_attention_bias": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.2,
"hidden_size": 768,
"id2label": {
"0": "property_code",
"1": "property_type",
"2": "for_sale",
"3": "sale_price",
"4": "room_count",
"5": "condominium_rate",
"6": "property_tax",
"7": "description",
"8": "garage_count",
"9": "total_area",
"10": "title",
"11": "built_area",
"12": "rent_price",
"13": "bathroom_count",
"14": "for_rent",
"15": "other"
},
"init_model_type": "roberta",
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"bathroom_count": 13,
"built_area": 11,
"condominium_rate": 5,
"description": 7,
"for_rent": 14,
"for_sale": 2,
"garage_count": 8,
"other": 15,
"property_code": 0,
"property_tax": 6,
"property_type": 1,
"rent_price": 12,
"room_count": 4,
"sale_price": 3,
"title": 10,
"total_area": 9
},
"layer_norm_eps": 1e-05,
"max_depth": 50,
"max_position_embeddings": 514,
"max_rel_pos": 128,
"max_tree_id_unit_embeddings": 1024,
"max_xpath_subs_unit_embeddings": 1024,
"max_xpath_tag_unit_embeddings": 256,
"model_type": "markuplm",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 1,
"pos_mode_for_path_emb": 1,
"position_embedding_type": "absolute",
"rel_pos_bins": 32,
"subs_pad_id": 1001,
"tag_pad_id": 216,
"torch_dtype": "float32",
"transformers_version": "4.42.3",
"tree_id_unit_hidden_size": 32,
"tree_max_rel_pos": 128,
"tree_rel_pos_bins": 32,
"type_vocab_size": 1,
"use_cache": true,
"vocab_size": 50267,
"xpath_unit_hidden_size": 32
}
|