File size: 1,370 Bytes
861f905 48c573e 35c7fa5 861f905 48c573e 35c7fa5 861f905 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
{
"_name_or_path": "microsoft/layoutlmv2-base-uncased",
"architectures": [
"LayoutLMv2ForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"convert_sync_batchnorm": true,
"coordinate_size": 128,
"fast_qkv": true,
"gradient_checkpointing": false,
"has_relative_attention_bias": true,
"has_spatial_attention_bias": true,
"has_visual_segment_embedding": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "other",
"1": "b-header",
"2": "i-header",
"3": "b-question",
"4": "i-question",
"5": "b-answer",
"6": "i-answer"
},
"image_feature_pool_shape": [
7,
7,
256
],
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"other": 0,
"b-header": 1,
"i-header": 2,
"b-question": 3,
"i-question": 4,
"b-answer": 5,
"i-answer": 6
},
"layer_norm_eps": 1e-12,
"max_2d_position_embeddings": 1024,
"max_position_embeddings": 512,
"max_rel_2d_pos": 256,
"max_rel_pos": 128,
"model_type": "layoutlmv2",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"output_past": true,
"pad_token_id": 0,
"rel_2d_pos_bins": 64,
"rel_pos_bins": 32,
"shape_size": 128,
"torch_dtype": "float32",
"transformers_version": "4.9.0.dev0",
"type_vocab_size": 2,
"vocab_size": 30522
}
|