CoolFace
Modelpublic

Meem24/pl_page_classification_layoutlm

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes10downloads
config.json51 linesDownload Raw Back to root
1{2  "_name_or_path": "microsoft/layoutlmv3-base",3  "architectures": [4    "LayoutLMv3ForSequenceClassification"5  ],6  "attention_probs_dropout_prob": 0.1,7  "bos_token_id": 0,8  "classifier_dropout": null,9  "coordinate_size": 128,10  "eos_token_id": 2,11  "has_relative_attention_bias": true,12  "has_spatial_attention_bias": true,13  "hidden_act": "gelu",14  "hidden_dropout_prob": 0.1,15  "hidden_size": 768,16  "id2label": {17    "0": "pl_first",18    "1": "pl_last",19    "2": "pl_middle"20  },21  "initializer_range": 0.02,22  "input_size": 224,23  "intermediate_size": 3072,24  "label2id": {25    "pl_first": 0,26    "pl_last": 1,27    "pl_middle": 228  },29  "layer_norm_eps": 1e-05,30  "max_2d_position_embeddings": 1024,31  "max_position_embeddings": 514,32  "max_rel_2d_pos": 256,33  "max_rel_pos": 128,34  "model_type": "layoutlmv3",35  "num_attention_heads": 12,36  "num_channels": 3,37  "num_hidden_layers": 12,38  "pad_token_id": 1,39  "patch_size": 16,40  "rel_2d_pos_bins": 64,41  "rel_pos_bins": 32,42  "second_input_size": 112,43  "shape_size": 128,44  "text_embed": true,45  "torch_dtype": "float32",46  "transformers_version": "4.27.2",47  "type_vocab_size": 1,48  "visual_embed": true,49  "vocab_size": 5026550}51