ineoApp commited on
Commit
8000654
1 Parent(s): 41953e2

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,314 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "numero facture",
19
+ "2": "date facture",
20
+ "3": "date limite",
21
+ "4": "montant ht",
22
+ "5": "montant ttc",
23
+ "6": "tva",
24
+ "7": "prix tva",
25
+ "8": "reference",
26
+ "9": "Devise",
27
+ "10": "Condition de paiement",
28
+ "11": "Mode de paiement",
29
+ "12": "vendeur",
30
+ "13": "adresse vendeur",
31
+ "14": "informations vendeur",
32
+ "15": "ice vendeur",
33
+ "16": "rc vendeur",
34
+ "17": "if vendeur",
35
+ "18": "patente vendeur",
36
+ "19": "acheteur",
37
+ "20": "adresse acheteur",
38
+ "21": "informations acheteur",
39
+ "22": "ice acheteur",
40
+ "23": "art1 Article",
41
+ "24": "art1 designation",
42
+ "25": "art1 quantite",
43
+ "26": "art1 unite",
44
+ "27": "art1 prix unit",
45
+ "28": "art1 montant ht",
46
+ "29": "art1 taux de remise",
47
+ "30": "art1 tva",
48
+ "31": "art2 Article",
49
+ "32": "art2 designation",
50
+ "33": "art2 quantite",
51
+ "34": "art2 unite",
52
+ "35": "art2 prix unit",
53
+ "36": "art2 montant ht",
54
+ "37": "art2 taux de remise",
55
+ "38": "art2 tva",
56
+ "39": "art3 Article",
57
+ "40": "art3 designation",
58
+ "41": "art3 quantite",
59
+ "42": "art3 unite",
60
+ "43": "art3 prix unit",
61
+ "44": "art3 montant ht",
62
+ "45": "art3 taux de remise",
63
+ "46": "art3 tva",
64
+ "47": "art4 Article",
65
+ "48": "art4 designation",
66
+ "49": "art4 quantite",
67
+ "50": "art4 unite",
68
+ "51": "art4 prix unit",
69
+ "52": "art4 montant ht",
70
+ "53": "art4 taux de remise",
71
+ "54": "art4 tva",
72
+ "55": "art5 Article",
73
+ "56": "art5 designation",
74
+ "57": "art5 quantite",
75
+ "58": "art5 unite",
76
+ "59": "art5 prix unit",
77
+ "60": "art5 montant ht",
78
+ "61": "art5 taux de remise",
79
+ "62": "art5 tva",
80
+ "63": "art6 Article",
81
+ "64": "art6 designation",
82
+ "65": "art6 quantite",
83
+ "66": "art6 unite",
84
+ "67": "art6 prix unit",
85
+ "68": "art6 montant ht",
86
+ "69": "art6 taux de remise",
87
+ "70": "art6 tva",
88
+ "71": "art7 Article",
89
+ "72": "art7 designation",
90
+ "73": "art7 quantite",
91
+ "74": "art7 unite",
92
+ "75": "art7 prix unit",
93
+ "76": "art7 montant ht",
94
+ "77": "art7 taux de remise",
95
+ "78": "art7 tva",
96
+ "79": "art8 Article",
97
+ "80": "art8 designation",
98
+ "81": "art8 quantite",
99
+ "82": "art8 unite",
100
+ "83": "art8 prix unit",
101
+ "84": "art8 montant ht",
102
+ "85": "art8 taux de remise",
103
+ "86": "art8 tva",
104
+ "87": "art9 Article",
105
+ "88": "art9 designation",
106
+ "89": "art9 quantite",
107
+ "90": "art9 unite",
108
+ "91": "art9 prix unit",
109
+ "92": "art9 montant ht",
110
+ "93": "art9 taux de remise",
111
+ "94": "art9 tva",
112
+ "95": "art10 Article",
113
+ "96": "art10 designation",
114
+ "97": "art10 quantite",
115
+ "98": "art10 unite",
116
+ "99": "art10 prix unit",
117
+ "100": "art10 montant ht",
118
+ "101": "art10 taux de remise",
119
+ "102": "art10 tva",
120
+ "103": "art11 Article",
121
+ "104": "art11 designation",
122
+ "105": "art11 quantite",
123
+ "106": "art11 unite",
124
+ "107": "art11 prix unit",
125
+ "108": "art11 montant ht",
126
+ "109": "art11 taux de remise",
127
+ "110": "art11 tva",
128
+ "111": "art12 Article",
129
+ "112": "art12 designation",
130
+ "113": "art12 quantite",
131
+ "114": "art12 unite",
132
+ "115": "art12 prix unit",
133
+ "116": "art12 montant ht",
134
+ "117": "art12 taux de remise",
135
+ "118": "art12 tva",
136
+ "119": "art13 Article",
137
+ "120": "art13 designation",
138
+ "121": "art13 quantite",
139
+ "122": "art13 unite",
140
+ "123": "art13 prix unit",
141
+ "124": "art13 montant ht",
142
+ "125": "art13 taux de remise",
143
+ "126": "art13 tva",
144
+ "127": "art14 Article",
145
+ "128": "art14 designation",
146
+ "129": "art14 quantite",
147
+ "130": "art14 unite",
148
+ "131": "art14 prix unit",
149
+ "132": "art14 montant ht",
150
+ "133": "art14 taux de remise",
151
+ "134": "art14 tva"
152
+ },
153
+ "initializer_range": 0.02,
154
+ "input_size": 224,
155
+ "intermediate_size": 4096,
156
+ "label2id": {
157
+ "Condition de paiement": 10,
158
+ "Devise": 9,
159
+ "Mode de paiement": 11,
160
+ "O": 0,
161
+ "acheteur": 19,
162
+ "adresse acheteur": 20,
163
+ "adresse vendeur": 13,
164
+ "art1 Article": 23,
165
+ "art1 designation": 24,
166
+ "art1 montant ht": 28,
167
+ "art1 prix unit": 27,
168
+ "art1 quantite": 25,
169
+ "art1 taux de remise": 29,
170
+ "art1 tva": 30,
171
+ "art1 unite": 26,
172
+ "art10 Article": 95,
173
+ "art10 designation": 96,
174
+ "art10 montant ht": 100,
175
+ "art10 prix unit": 99,
176
+ "art10 quantite": 97,
177
+ "art10 taux de remise": 101,
178
+ "art10 tva": 102,
179
+ "art10 unite": 98,
180
+ "art11 Article": 103,
181
+ "art11 designation": 104,
182
+ "art11 montant ht": 108,
183
+ "art11 prix unit": 107,
184
+ "art11 quantite": 105,
185
+ "art11 taux de remise": 109,
186
+ "art11 tva": 110,
187
+ "art11 unite": 106,
188
+ "art12 Article": 111,
189
+ "art12 designation": 112,
190
+ "art12 montant ht": 116,
191
+ "art12 prix unit": 115,
192
+ "art12 quantite": 113,
193
+ "art12 taux de remise": 117,
194
+ "art12 tva": 118,
195
+ "art12 unite": 114,
196
+ "art13 Article": 119,
197
+ "art13 designation": 120,
198
+ "art13 montant ht": 124,
199
+ "art13 prix unit": 123,
200
+ "art13 quantite": 121,
201
+ "art13 taux de remise": 125,
202
+ "art13 tva": 126,
203
+ "art13 unite": 122,
204
+ "art14 Article": 127,
205
+ "art14 designation": 128,
206
+ "art14 montant ht": 132,
207
+ "art14 prix unit": 131,
208
+ "art14 quantite": 129,
209
+ "art14 taux de remise": 133,
210
+ "art14 tva": 134,
211
+ "art14 unite": 130,
212
+ "art2 Article": 31,
213
+ "art2 designation": 32,
214
+ "art2 montant ht": 36,
215
+ "art2 prix unit": 35,
216
+ "art2 quantite": 33,
217
+ "art2 taux de remise": 37,
218
+ "art2 tva": 38,
219
+ "art2 unite": 34,
220
+ "art3 Article": 39,
221
+ "art3 designation": 40,
222
+ "art3 montant ht": 44,
223
+ "art3 prix unit": 43,
224
+ "art3 quantite": 41,
225
+ "art3 taux de remise": 45,
226
+ "art3 tva": 46,
227
+ "art3 unite": 42,
228
+ "art4 Article": 47,
229
+ "art4 designation": 48,
230
+ "art4 montant ht": 52,
231
+ "art4 prix unit": 51,
232
+ "art4 quantite": 49,
233
+ "art4 taux de remise": 53,
234
+ "art4 tva": 54,
235
+ "art4 unite": 50,
236
+ "art5 Article": 55,
237
+ "art5 designation": 56,
238
+ "art5 montant ht": 60,
239
+ "art5 prix unit": 59,
240
+ "art5 quantite": 57,
241
+ "art5 taux de remise": 61,
242
+ "art5 tva": 62,
243
+ "art5 unite": 58,
244
+ "art6 Article": 63,
245
+ "art6 designation": 64,
246
+ "art6 montant ht": 68,
247
+ "art6 prix unit": 67,
248
+ "art6 quantite": 65,
249
+ "art6 taux de remise": 69,
250
+ "art6 tva": 70,
251
+ "art6 unite": 66,
252
+ "art7 Article": 71,
253
+ "art7 designation": 72,
254
+ "art7 montant ht": 76,
255
+ "art7 prix unit": 75,
256
+ "art7 quantite": 73,
257
+ "art7 taux de remise": 77,
258
+ "art7 tva": 78,
259
+ "art7 unite": 74,
260
+ "art8 Article": 79,
261
+ "art8 designation": 80,
262
+ "art8 montant ht": 84,
263
+ "art8 prix unit": 83,
264
+ "art8 quantite": 81,
265
+ "art8 taux de remise": 85,
266
+ "art8 tva": 86,
267
+ "art8 unite": 82,
268
+ "art9 Article": 87,
269
+ "art9 designation": 88,
270
+ "art9 montant ht": 92,
271
+ "art9 prix unit": 91,
272
+ "art9 quantite": 89,
273
+ "art9 taux de remise": 93,
274
+ "art9 tva": 94,
275
+ "art9 unite": 90,
276
+ "date facture": 2,
277
+ "date limite": 3,
278
+ "ice acheteur": 22,
279
+ "ice vendeur": 15,
280
+ "if vendeur": 17,
281
+ "informations acheteur": 21,
282
+ "informations vendeur": 14,
283
+ "montant ht": 4,
284
+ "montant ttc": 5,
285
+ "numero facture": 1,
286
+ "patente vendeur": 18,
287
+ "prix tva": 7,
288
+ "rc vendeur": 16,
289
+ "reference": 8,
290
+ "tva": 6,
291
+ "vendeur": 12
292
+ },
293
+ "layer_norm_eps": 1e-05,
294
+ "max_2d_position_embeddings": 1024,
295
+ "max_position_embeddings": 514,
296
+ "max_rel_2d_pos": 256,
297
+ "max_rel_pos": 128,
298
+ "model_type": "layoutlmv3",
299
+ "num_attention_heads": 16,
300
+ "num_channels": 3,
301
+ "num_hidden_layers": 24,
302
+ "pad_token_id": 1,
303
+ "patch_size": 16,
304
+ "rel_2d_pos_bins": 64,
305
+ "rel_pos_bins": 32,
306
+ "second_input_size": 112,
307
+ "shape_size": 170,
308
+ "text_embed": true,
309
+ "torch_dtype": "float32",
310
+ "transformers_version": "4.29.2",
311
+ "type_vocab_size": 1,
312
+ "visual_embed": true,
313
+ "vocab_size": 50265
314
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
preprocessor_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "apply_ocr": false,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "feature_extractor_type": "LayoutLMv3FeatureExtractor",
7
+ "image_mean": [
8
+ 0.5,
9
+ 0.5,
10
+ 0.5
11
+ ],
12
+ "image_processor_type": "LayoutLMv3ImageProcessor",
13
+ "image_std": [
14
+ 0.5,
15
+ 0.5,
16
+ 0.5
17
+ ],
18
+ "ocr_lang": null,
19
+ "processor_class": "LayoutLMv3Processor",
20
+ "resample": 2,
21
+ "rescale_factor": 0.00392156862745098,
22
+ "size": {
23
+ "height": 224,
24
+ "width": 224
25
+ },
26
+ "tesseract_config": ""
27
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:305545bcdbd1f34801fc2a4ccef494d45973d44a479ce1fd25b4d9ff15dd8dcd
3
+ size 1428920046
runs/Jun04_22-08-00_1814d79fd708/1717538923.014848/events.out.tfevents.1717538923.1814d79fd708.2597.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9590bcb415771490c80c19f0b7197a4ed751a45d6b559d23dac86aefaddc0db
3
+ size 5955
runs/Jun04_22-08-00_1814d79fd708/events.out.tfevents.1717538923.1814d79fd708.2597.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38d45f87e9b7c1489aa453ffe5a2315a9b453b6200ef5bd7b7f245157af8aaf7
3
+ size 14101
special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": true,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": true,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": true,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": true,
3
+ "apply_ocr": false,
4
+ "bos_token": {
5
+ "__type": "AddedToken",
6
+ "content": "<s>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "clean_up_tokenization_spaces": true,
13
+ "cls_token": {
14
+ "__type": "AddedToken",
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": true,
18
+ "rstrip": false,
19
+ "single_word": false
20
+ },
21
+ "cls_token_box": [
22
+ 0,
23
+ 0,
24
+ 0,
25
+ 0
26
+ ],
27
+ "eos_token": {
28
+ "__type": "AddedToken",
29
+ "content": "</s>",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false
34
+ },
35
+ "errors": "replace",
36
+ "mask_token": {
37
+ "__type": "AddedToken",
38
+ "content": "<mask>",
39
+ "lstrip": true,
40
+ "normalized": true,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "model_max_length": 512,
45
+ "only_label_first_subword": true,
46
+ "pad_token": {
47
+ "__type": "AddedToken",
48
+ "content": "<pad>",
49
+ "lstrip": false,
50
+ "normalized": true,
51
+ "rstrip": false,
52
+ "single_word": false
53
+ },
54
+ "pad_token_box": [
55
+ 0,
56
+ 0,
57
+ 0,
58
+ 0
59
+ ],
60
+ "pad_token_label": -100,
61
+ "processor_class": "LayoutLMv3Processor",
62
+ "sep_token": {
63
+ "__type": "AddedToken",
64
+ "content": "</s>",
65
+ "lstrip": false,
66
+ "normalized": true,
67
+ "rstrip": false,
68
+ "single_word": false
69
+ },
70
+ "sep_token_box": [
71
+ 0,
72
+ 0,
73
+ 0,
74
+ 0
75
+ ],
76
+ "tokenizer_class": "LayoutLMv3Tokenizer",
77
+ "trim_offsets": true,
78
+ "unk_token": {
79
+ "__type": "AddedToken",
80
+ "content": "<unk>",
81
+ "lstrip": false,
82
+ "normalized": true,
83
+ "rstrip": false,
84
+ "single_word": false
85
+ }
86
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e65ab7c4faba0e192325d003b74315c25ea6a6b7e7462e059c8b65377d49f59e
3
+ size 4408
vocab.json ADDED
The diff for this file is too large to render. See raw diff