CoolFace
Modelpublic

SickBoy/layoutlm_documents

sourceHugging Faceopenrailupdated 4y agoView on Hugging Face
0likes11downloads
config.json57 linesDownload Raw Back to root
1{2  "_name_or_path": "microsoft/layoutlmv3-base",3  "architectures": [4    "LayoutLMv3ForTokenClassification"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": "O",18    "1": "HEADER",19    "2": "SUBHEADER",20    "3": "TEXTO",21    "4": "NUMERAL",22    "5": "RESUMEN"23  },24  "initializer_range": 0.02,25  "input_size": 224,26  "intermediate_size": 3072,27  "label2id": {28    "HEADER": 1,29    "NUMERAL": 4,30    "O": 0,31    "RESUMEN": 5,32    "SUBHEADER": 2,33    "TEXTO": 334  },35  "layer_norm_eps": 1e-05,36  "max_2d_position_embeddings": 1024,37  "max_position_embeddings": 514,38  "max_rel_2d_pos": 256,39  "max_rel_pos": 128,40  "model_type": "layoutlmv3",41  "num_attention_heads": 12,42  "num_channels": 3,43  "num_hidden_layers": 12,44  "pad_token_id": 1,45  "patch_size": 16,46  "rel_2d_pos_bins": 64,47  "rel_pos_bins": 32,48  "second_input_size": 112,49  "shape_size": 128,50  "text_embed": true,51  "torch_dtype": "float32",52  "transformers_version": "4.23.1",53  "type_vocab_size": 1,54  "visual_embed": true,55  "vocab_size": 5026556}57