iElexperio commited on
Commit
59e6435
·
1 Parent(s): 191393b

Training done

Browse files
Files changed (2) hide show
  1. config.json +62 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/layoutlmv3-large",
3
+ "architectures": [
4
+ "LayoutLMv3ForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "coordinate_size": 171,
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": 1024,
16
+ "id2label": {
17
+ "0": "O",
18
+ "1": "B-COMPANY",
19
+ "2": "I-COMPANY",
20
+ "3": "B-TOTAL",
21
+ "4": "B-DATE",
22
+ "5": "I-TOTAL",
23
+ "6": "B-ADDRESS",
24
+ "7": "I-ADDRESS",
25
+ "8": "I-DATE"
26
+ },
27
+ "initializer_range": 0.02,
28
+ "input_size": 224,
29
+ "intermediate_size": 4096,
30
+ "label2id": {
31
+ "B-ADDRESS": 6,
32
+ "B-COMPANY": 1,
33
+ "B-DATE": 4,
34
+ "B-TOTAL": 3,
35
+ "I-ADDRESS": 7,
36
+ "I-COMPANY": 2,
37
+ "I-DATE": 8,
38
+ "I-TOTAL": 5,
39
+ "O": 0
40
+ },
41
+ "layer_norm_eps": 1e-05,
42
+ "max_2d_position_embeddings": 1024,
43
+ "max_position_embeddings": 514,
44
+ "max_rel_2d_pos": 256,
45
+ "max_rel_pos": 128,
46
+ "model_type": "layoutlmv3",
47
+ "num_attention_heads": 16,
48
+ "num_channels": 3,
49
+ "num_hidden_layers": 24,
50
+ "pad_token_id": 1,
51
+ "patch_size": 16,
52
+ "rel_2d_pos_bins": 64,
53
+ "rel_pos_bins": 32,
54
+ "second_input_size": 112,
55
+ "shape_size": 170,
56
+ "text_embed": true,
57
+ "torch_dtype": "float32",
58
+ "transformers_version": "4.31.0.dev0",
59
+ "type_vocab_size": 1,
60
+ "visual_embed": true,
61
+ "vocab_size": 50265
62
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:623bf2da953db9c809af31eaf24d1f29c9d493c45d144d1298e4dbc76374675b
3
+ size 1424199461