jamielee commited on
Commit
c9c797b
1 Parent(s): c9815c0

Upload LayoutLMv3ForTokenClassification

Browse files
Files changed (2) hide show
  1. config.json +74 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "B-csDesc",
19
+ "2": "B-glTable.credit",
20
+ "3": "B-glTable.debit",
21
+ "4": "B-glTable.glcode",
22
+ "5": "B-glTable.glcode2",
23
+ "6": "B-glTable.gldesc",
24
+ "7": "B-glTable.net",
25
+ "8": "I-csDesc",
26
+ "9": "I-glTable.credit",
27
+ "10": "I-glTable.debit",
28
+ "11": "I-glTable.glcode",
29
+ "12": "I-glTable.glcode2",
30
+ "13": "I-glTable.gldesc",
31
+ "14": "I-glTable.net"
32
+ },
33
+ "initializer_range": 0.02,
34
+ "input_size": 224,
35
+ "intermediate_size": 3072,
36
+ "label2id": {
37
+ "B-csDesc": 1,
38
+ "B-glTable.credit": 2,
39
+ "B-glTable.debit": 3,
40
+ "B-glTable.glcode": 4,
41
+ "B-glTable.glcode2": 5,
42
+ "B-glTable.gldesc": 6,
43
+ "B-glTable.net": 7,
44
+ "I-csDesc": 8,
45
+ "I-glTable.credit": 9,
46
+ "I-glTable.debit": 10,
47
+ "I-glTable.glcode": 11,
48
+ "I-glTable.glcode2": 12,
49
+ "I-glTable.gldesc": 13,
50
+ "I-glTable.net": 14,
51
+ "O": 0
52
+ },
53
+ "layer_norm_eps": 1e-05,
54
+ "max_2d_position_embeddings": 1024,
55
+ "max_position_embeddings": 514,
56
+ "max_rel_2d_pos": 256,
57
+ "max_rel_pos": 128,
58
+ "model_type": "layoutlmv3",
59
+ "num_attention_heads": 12,
60
+ "num_channels": 3,
61
+ "num_hidden_layers": 12,
62
+ "pad_token_id": 1,
63
+ "patch_size": 16,
64
+ "rel_2d_pos_bins": 64,
65
+ "rel_pos_bins": 32,
66
+ "second_input_size": 112,
67
+ "shape_size": 128,
68
+ "text_embed": true,
69
+ "torch_dtype": "float32",
70
+ "transformers_version": "4.26.1",
71
+ "type_vocab_size": 1,
72
+ "visual_embed": true,
73
+ "vocab_size": 50265
74
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfb9f1c6ec3dd89b14aa04395dbcbd4e96e5137179729a044d1020d70c6b5186
3
+ size 503795441