mouadhamri commited on
Commit
0591fd2
·
1 Parent(s): 9b63a51

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +75 -0
  2. pytorch_model.bin +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/layoutlmv2-base-uncased",
3
+ "architectures": [
4
+ "LayoutLMForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "coordinate_size": 128,
8
+ "fast_qkv": true,
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "O",
15
+ "1": "SUPPLIER",
16
+ "2": "ADDRESS",
17
+ "3": "NUMBER",
18
+ "4": "PO_NUMBER",
19
+ "5": "INVOICE_DATE",
20
+ "6": "INVOICE_DUE_DATE",
21
+ "7": "LINE/DESCRIPTION",
22
+ "8": "LINE/QUANTITY",
23
+ "9": "LINE/UOM",
24
+ "10": "LINE/PRICE",
25
+ "11": "LINE/TAX",
26
+ "12": "LINE/SUB_TOTAL",
27
+ "13": "TOTAL_UNTAXED",
28
+ "14": "TAX_AMOUNT",
29
+ "15": "TOTAL_AMOUNT"
30
+ },
31
+ "image_feature_pool_shape": [
32
+ 7,
33
+ 7,
34
+ 256
35
+ ],
36
+ "initializer_range": 0.02,
37
+ "intermediate_size": 3072,
38
+ "label2id": {
39
+ "ADDRESS": 2,
40
+ "INVOICE_DATE": 5,
41
+ "INVOICE_DUE_DATE": 6,
42
+ "LINE/DESCRIPTION": 7,
43
+ "LINE/PRICE": 10,
44
+ "LINE/QUANTITY": 8,
45
+ "LINE/SUB_TOTAL": 12,
46
+ "LINE/TAX": 11,
47
+ "LINE/UOM": 9,
48
+ "NUMBER": 3,
49
+ "O": 0,
50
+ "PO_NUMBER": 4,
51
+ "SUPPLIER": 1,
52
+ "TAX_AMOUNT": 14,
53
+ "TOTAL_AMOUNT": 15,
54
+ "TOTAL_UNTAXED": 13
55
+ },
56
+ "layer_norm_eps": 1e-12,
57
+ "max_2d_position_embeddings": 1024,
58
+ "max_position_embeddings": 512,
59
+ "max_rel_2d_pos": 256,
60
+ "max_rel_pos": 128,
61
+ "model_type": "layoutlm",
62
+ "num_attention_heads": 12,
63
+ "num_hidden_layers": 12,
64
+ "output_past": true,
65
+ "pad_token_id": 0,
66
+ "position_embedding_type": "absolute",
67
+ "rel_2d_pos_bins": 64,
68
+ "rel_pos_bins": 32,
69
+ "shape_size": 128,
70
+ "torch_dtype": "float32",
71
+ "transformers_version": "4.32.0",
72
+ "type_vocab_size": 2,
73
+ "use_cache": true,
74
+ "vocab_size": 30522
75
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e63244c22b69c1f1aac97104bcda18e9e0c381c8fd69a2e971c2f5959a015aa8
3
+ size 450631681
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:280f55ecbe77958711ae39233e280476d334c47999e335217999ad93a45c935f
3
+ size 4091