vikp commited on
Commit
4c6c15d
1 Parent(s): 5c667e5

Upload LayoutLMv3ForTokenClassification

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