CoolFace
Modelpublic

leoho36/layoutlmv3_transcripts_processor

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes11downloads
config.json53 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": "B-Course",18    "1": "I-Course",19    "2": "GPA",20    "3": "O"21  },22  "initializer_range": 0.02,23  "input_size": 224,24  "intermediate_size": 3072,25  "label2id": {26    "B-Course": 0,27    "GPA": 2,28    "I-Course": 1,29    "O": 330  },31  "layer_norm_eps": 1e-05,32  "max_2d_position_embeddings": 1024,33  "max_position_embeddings": 514,34  "max_rel_2d_pos": 256,35  "max_rel_pos": 128,36  "model_type": "layoutlmv3",37  "num_attention_heads": 12,38  "num_channels": 3,39  "num_hidden_layers": 12,40  "pad_token_id": 1,41  "patch_size": 16,42  "rel_2d_pos_bins": 64,43  "rel_pos_bins": 32,44  "second_input_size": 112,45  "shape_size": 128,46  "text_embed": true,47  "torch_dtype": "float32",48  "transformers_version": "4.49.0.dev0",49  "type_vocab_size": 1,50  "visual_embed": true,51  "vocab_size": 5026552}53