DarkWolf commited on
Commit
9d3205a
1 Parent(s): 550547c

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": "O",
18
+ "1": "B-daily_value",
19
+ "2": "B-header",
20
+ "3": "B-header_value",
21
+ "4": "B-nutrient",
22
+ "5": "B-nutrient2",
23
+ "6": "B-nutrient_value2",
24
+ "7": "I-daily_value",
25
+ "8": "I-header",
26
+ "9": "I-header_value",
27
+ "10": "I-nutrient",
28
+ "11": "I-nutrient2",
29
+ "12": "I-nutrient_value2"
30
+ },
31
+ "initializer_range": 0.02,
32
+ "input_size": 224,
33
+ "intermediate_size": 3072,
34
+ "label2id": {
35
+ "B-daily_value": 1,
36
+ "B-header": 2,
37
+ "B-header_value": 3,
38
+ "B-nutrient": 4,
39
+ "B-nutrient2": 5,
40
+ "B-nutrient_value2": 6,
41
+ "I-daily_value": 7,
42
+ "I-header": 8,
43
+ "I-header_value": 9,
44
+ "I-nutrient": 10,
45
+ "I-nutrient2": 11,
46
+ "I-nutrient_value2": 12,
47
+ "O": 0
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.26.1",
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:894ffbce38ddc5e334e5569c2956f39d48c4a8f20571120411bc6e090bbf25f9
3
+ size 503789233