CoolFace
Modelpublic

microsoft/layoutlmv2-large-uncased

sourceHugging Facecc-by-nc-sa-4.0updated 4y agoView on Hugging Face
11likes7.6kdownloads
config.json36 linesDownload Raw Back to root
1{2  "attention_probs_dropout_prob": 0.1,3  "coordinate_size": 171,4  "fast_qkv": false,5  "gradient_checkpointing": false,6  "has_relative_attention_bias": true,7  "has_spatial_attention_bias": true,8  "has_visual_segment_embedding": false,9  "hidden_act": "gelu",10  "hidden_dropout_prob": 0.1,11  "hidden_size": 1024,12  "image_feature_pool_shape": [13    7,14    7,15    25616  ],17  "initializer_range": 0.02,18  "intermediate_size": 4096,19  "layer_norm_eps": 1e-12,20  "max_2d_position_embeddings": 1024,21  "max_position_embeddings": 512,22  "max_rel_2d_pos": 256,23  "max_rel_pos": 128,24  "model_type": "layoutlmv2",25  "num_attention_heads": 16,26  "num_hidden_layers": 24,27  "output_past": true,28  "pad_token_id": 0,29  "shape_size": 170,30  "rel_2d_pos_bins": 64,31  "rel_pos_bins": 32,32  "transformers_version": "4.5.1",33  "type_vocab_size": 2,34  "vocab_size": 3052235}36