AKASHR commited on
Commit
e5a0aa0
1 Parent(s): bf06c3c

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,212 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/layoutlm-base-uncased",
3
+ "architectures": [
4
+ "LayoutLMForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "other",
12
+ "1": "header:invoice_no",
13
+ "2": "header:invoice_date",
14
+ "3": "header:seller",
15
+ "4": "header:client",
16
+ "5": "header:seller_tax_id",
17
+ "6": "header:client_tax_id",
18
+ "7": "header:iban",
19
+ "8": "items_row1:item_desc",
20
+ "9": "items_row1:item_qty",
21
+ "10": "items_row1:item_net_price",
22
+ "11": "items_row1:item_net_worth",
23
+ "12": "items_row1:item_vat",
24
+ "13": "items_row1:item_gross_worth",
25
+ "14": "summary:total_net_worth",
26
+ "15": "summary:total_vat",
27
+ "16": "summary:total_gross_worth",
28
+ "17": "items_row2:item_desc",
29
+ "18": "items_row2:item_qty",
30
+ "19": "items_row2:item_net_price",
31
+ "20": "items_row2:total_net_worth",
32
+ "21": "items_row2:item_vat",
33
+ "22": "items_row2:item_gross_worth",
34
+ "23": "items_row3:item_desc",
35
+ "24": "items_row3:item_qty",
36
+ "25": "items_row3:item_net_price",
37
+ "26": "items_row3:total_net_worth",
38
+ "27": "items_row3:item_vat",
39
+ "28": "items_row3:item_gross_worth",
40
+ "29": "items_row4:item_desc",
41
+ "30": "items_row4:item_qty",
42
+ "31": "items_row4:item_net_price",
43
+ "32": "items_row4:item_net_worth",
44
+ "33": "items_row4:item_vat",
45
+ "34": "items_row4:item_gross_worth",
46
+ "35": "items_row2:item_net_worth",
47
+ "36": "items_row3:item_net_worth",
48
+ "37": "items_row5:item_desc",
49
+ "38": "items_row5:item_qty",
50
+ "39": "items_row5:item_net_price",
51
+ "40": "items_row5:item_net_worth",
52
+ "41": "items_row5:item_vat",
53
+ "42": "items_row5:item_gross_worth",
54
+ "43": "items_row6:item_desc",
55
+ "44": "items_row6:item_qty",
56
+ "45": "items_row6:item_net_price",
57
+ "46": "items_row6:item_net_worth",
58
+ "47": "items_row6:item_vat",
59
+ "48": "items_row6:item_gross_worth",
60
+ "49": "invoice_no",
61
+ "50": "invoice_date",
62
+ "51": "seller",
63
+ "52": "client",
64
+ "53": "client_tax_id",
65
+ "54": "seller_tax_id",
66
+ "55": "iban",
67
+ "56": "item_desc",
68
+ "57": "item_qty",
69
+ "58": "item_net_price",
70
+ "59": "item_net_worth",
71
+ "60": "item_vat",
72
+ "61": "item_gross_worth",
73
+ "62": "total_net_worth",
74
+ "63": "total_vat",
75
+ "64": "total_gross_worth",
76
+ "65": "items_row7:item_desc",
77
+ "66": "items_row7:item_qty",
78
+ "67": "items_row7:item_net_price",
79
+ "68": "items_row7:item_net_worth",
80
+ "69": "items_row7:item_gross_worth",
81
+ "70": "items_row7:item_vat",
82
+ "71": "None:invoice_no",
83
+ "72": "None:invoice_date",
84
+ "73": "None:seller",
85
+ "74": "None:client",
86
+ "75": "None:seller_tax_id",
87
+ "76": "None:client_tax_id",
88
+ "77": "None:iban",
89
+ "78": "None:item_desc",
90
+ "79": "None:item_qty",
91
+ "80": "None:item_net_price",
92
+ "81": "None:item_net_worth",
93
+ "82": "None:item_vat",
94
+ "83": "None:item_gross_worth",
95
+ "84": "None:total_net_worth",
96
+ "85": "None:total_vat",
97
+ "86": "None:total_gross_worth",
98
+ "87": "summary:item_gross_worth",
99
+ "88": "items_row5:total_net_worth",
100
+ "89": "items_row1:seller_tax_id",
101
+ "90": "items_row4:total_net_worth"
102
+ },
103
+ "initializer_range": 0.02,
104
+ "intermediate_size": 3072,
105
+ "label2id": {
106
+ "None:client": 74,
107
+ "None:client_tax_id": 76,
108
+ "None:iban": 77,
109
+ "None:invoice_date": 72,
110
+ "None:invoice_no": 71,
111
+ "None:item_desc": 78,
112
+ "None:item_gross_worth": 83,
113
+ "None:item_net_price": 80,
114
+ "None:item_net_worth": 81,
115
+ "None:item_qty": 79,
116
+ "None:item_vat": 82,
117
+ "None:seller": 73,
118
+ "None:seller_tax_id": 75,
119
+ "None:total_gross_worth": 86,
120
+ "None:total_net_worth": 84,
121
+ "None:total_vat": 85,
122
+ "client": 52,
123
+ "client_tax_id": 53,
124
+ "header:client": 4,
125
+ "header:client_tax_id": 6,
126
+ "header:iban": 7,
127
+ "header:invoice_date": 2,
128
+ "header:invoice_no": 1,
129
+ "header:seller": 3,
130
+ "header:seller_tax_id": 5,
131
+ "iban": 55,
132
+ "invoice_date": 50,
133
+ "invoice_no": 49,
134
+ "item_desc": 56,
135
+ "item_gross_worth": 61,
136
+ "item_net_price": 58,
137
+ "item_net_worth": 59,
138
+ "item_qty": 57,
139
+ "item_vat": 60,
140
+ "items_row1:item_desc": 8,
141
+ "items_row1:item_gross_worth": 13,
142
+ "items_row1:item_net_price": 10,
143
+ "items_row1:item_net_worth": 11,
144
+ "items_row1:item_qty": 9,
145
+ "items_row1:item_vat": 12,
146
+ "items_row1:seller_tax_id": 89,
147
+ "items_row2:item_desc": 17,
148
+ "items_row2:item_gross_worth": 22,
149
+ "items_row2:item_net_price": 19,
150
+ "items_row2:item_net_worth": 35,
151
+ "items_row2:item_qty": 18,
152
+ "items_row2:item_vat": 21,
153
+ "items_row2:total_net_worth": 20,
154
+ "items_row3:item_desc": 23,
155
+ "items_row3:item_gross_worth": 28,
156
+ "items_row3:item_net_price": 25,
157
+ "items_row3:item_net_worth": 36,
158
+ "items_row3:item_qty": 24,
159
+ "items_row3:item_vat": 27,
160
+ "items_row3:total_net_worth": 26,
161
+ "items_row4:item_desc": 29,
162
+ "items_row4:item_gross_worth": 34,
163
+ "items_row4:item_net_price": 31,
164
+ "items_row4:item_net_worth": 32,
165
+ "items_row4:item_qty": 30,
166
+ "items_row4:item_vat": 33,
167
+ "items_row4:total_net_worth": 90,
168
+ "items_row5:item_desc": 37,
169
+ "items_row5:item_gross_worth": 42,
170
+ "items_row5:item_net_price": 39,
171
+ "items_row5:item_net_worth": 40,
172
+ "items_row5:item_qty": 38,
173
+ "items_row5:item_vat": 41,
174
+ "items_row5:total_net_worth": 88,
175
+ "items_row6:item_desc": 43,
176
+ "items_row6:item_gross_worth": 48,
177
+ "items_row6:item_net_price": 45,
178
+ "items_row6:item_net_worth": 46,
179
+ "items_row6:item_qty": 44,
180
+ "items_row6:item_vat": 47,
181
+ "items_row7:item_desc": 65,
182
+ "items_row7:item_gross_worth": 69,
183
+ "items_row7:item_net_price": 67,
184
+ "items_row7:item_net_worth": 68,
185
+ "items_row7:item_qty": 66,
186
+ "items_row7:item_vat": 70,
187
+ "other": 0,
188
+ "seller": 51,
189
+ "seller_tax_id": 54,
190
+ "summary:item_gross_worth": 87,
191
+ "summary:total_gross_worth": 16,
192
+ "summary:total_net_worth": 14,
193
+ "summary:total_vat": 15,
194
+ "total_gross_worth": 64,
195
+ "total_net_worth": 62,
196
+ "total_vat": 63
197
+ },
198
+ "layer_norm_eps": 1e-12,
199
+ "max_2d_position_embeddings": 1024,
200
+ "max_position_embeddings": 512,
201
+ "model_type": "layoutlm",
202
+ "num_attention_heads": 12,
203
+ "num_hidden_layers": 12,
204
+ "output_past": true,
205
+ "pad_token_id": 0,
206
+ "position_embedding_type": "absolute",
207
+ "torch_dtype": "float32",
208
+ "transformers_version": "4.28.0",
209
+ "type_vocab_size": 2,
210
+ "use_cache": true,
211
+ "vocab_size": 30522
212
+ }
logs/1685537531.584487/events.out.tfevents.1685537531.DESKTOP-NAHDDBT.128.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb620e741743ef1f66dba8fea024d7850db8d375cbf777db16006235ccaa0c48
3
+ size 5871
logs/1685537997.6878412/events.out.tfevents.1685537997.DESKTOP-NAHDDBT.128.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6eeab10d15e463a9d3c0f2a69bc3ca4c784d675f9883396936f5ddd6e775aee8
3
+ size 5871
logs/events.out.tfevents.1685537531.DESKTOP-NAHDDBT.128.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:976362d8ea7c3b9646a89a11285d33d4c361c0d5717e9f2617fe451d0ca2e58b
3
+ size 9747
logs/events.out.tfevents.1685537997.DESKTOP-NAHDDBT.128.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03c96c7a8a568f90fde3f08d38c7f41e7c404d9bd07268854203ec7be53c5e1c
3
+ size 10396
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13d08709754646ad66a46bb862e8b18c4aba9689e37061131bea7fdb671441e9
3
+ size 450863877
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31b1e2b3a885eef5de775e771e7862554169bfc3ae58c88e01b67d678456797c
3
+ size 3579