dwitidibyajyoti commited on
Commit
49beb32
1 Parent(s): 36d843f

Upload LayoutLMv3ForTokenClassification

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