|
{ |
|
"_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 |
|
} |
|
|