ghaith1997 commited on
Commit
ead1850
1 Parent(s): 267b7bf

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": "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-Client",
19
+ "2": "B-Date",
20
+ "3": "B-Quantity",
21
+ "4": "B-Reference",
22
+ "5": "B-Type",
23
+ "6": "I-Client",
24
+ "7": "I-Date",
25
+ "8": "I-Quantity",
26
+ "9": "I-Reference",
27
+ "10": "I-Type"
28
+ },
29
+ "initializer_range": 0.02,
30
+ "input_size": 224,
31
+ "intermediate_size": 3072,
32
+ "label2id": {
33
+ "B-Client": 1,
34
+ "B-Date": 2,
35
+ "B-Quantity": 3,
36
+ "B-Reference": 4,
37
+ "B-Type": 5,
38
+ "I-Client": 6,
39
+ "I-Date": 7,
40
+ "I-Quantity": 8,
41
+ "I-Reference": 9,
42
+ "I-Type": 10,
43
+ "O": 0
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.27.1",
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:a272e0c491903f7201b31cb543c06699c349178dd23c4530e1bb89f166b386c5
3
+ size 503783089