yassin99 commited on
Commit
a581904
1 Parent(s): ab6efd0

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/layoutlm-base-cased",
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
+ "gradient_checkpointing": false,
12
+ "has_relative_attention_bias": true,
13
+ "has_spatial_attention_bias": true,
14
+ "hidden_act": "gelu",
15
+ "hidden_dropout_prob": 0.1,
16
+ "hidden_size": 768,
17
+ "id2label": {
18
+ "0": "O",
19
+ "1": "B-MENU.NM",
20
+ "2": "B-MENU.NUM",
21
+ "3": "B-MENU.UNITPRICE",
22
+ "4": "B-MENU.CNT",
23
+ "5": "B-MENU.DISCOUNTPRICE",
24
+ "6": "B-MENU.PRICE",
25
+ "7": "B-MENU.ITEMSUBTOTAL",
26
+ "8": "B-MENU.VATYN",
27
+ "9": "B-MENU.ETC",
28
+ "10": "B-MENU.SUB_NM",
29
+ "11": "B-MENU.SUB_UNITPRICE",
30
+ "12": "B-MENU.SUB_CNT",
31
+ "13": "B-MENU.SUB_PRICE",
32
+ "14": "B-MENU.SUB_ETC",
33
+ "15": "B-VOID_MENU.NM",
34
+ "16": "B-VOID_MENU.PRICE",
35
+ "17": "B-SUB_TOTAL.SUBTOTAL_PRICE",
36
+ "18": "B-SUB_TOTAL.DISCOUNT_PRICE",
37
+ "19": "B-SUB_TOTAL.SERVICE_PRICE",
38
+ "20": "B-SUB_TOTAL.OTHERSVC_PRICE",
39
+ "21": "B-SUB_TOTAL.TAX_PRICE",
40
+ "22": "B-SUB_TOTAL.ETC",
41
+ "23": "B-TOTAL.TOTAL_PRICE",
42
+ "24": "B-TOTAL.TOTAL_ETC",
43
+ "25": "B-TOTAL.CASHPRICE",
44
+ "26": "B-TOTAL.CHANGEPRICE",
45
+ "27": "B-TOTAL.CREDITCARDPRICE",
46
+ "28": "B-TOTAL.EMONEYPRICE",
47
+ "29": "B-TOTAL.MENUTYPE_CNT",
48
+ "30": "B-TOTAL.MENUQTY_CNT",
49
+ "31": "I-MENU.NM",
50
+ "32": "I-MENU.NUM",
51
+ "33": "I-MENU.UNITPRICE",
52
+ "34": "I-MENU.CNT",
53
+ "35": "I-MENU.DISCOUNTPRICE",
54
+ "36": "I-MENU.PRICE",
55
+ "37": "I-MENU.ITEMSUBTOTAL",
56
+ "38": "I-MENU.VATYN",
57
+ "39": "I-MENU.ETC",
58
+ "40": "I-MENU.SUB_NM",
59
+ "41": "I-MENU.SUB_UNITPRICE",
60
+ "42": "I-MENU.SUB_CNT",
61
+ "43": "I-MENU.SUB_PRICE",
62
+ "44": "I-MENU.SUB_ETC",
63
+ "45": "I-VOID_MENU.NM",
64
+ "46": "I-VOID_MENU.PRICE",
65
+ "47": "I-SUB_TOTAL.SUBTOTAL_PRICE",
66
+ "48": "I-SUB_TOTAL.DISCOUNT_PRICE",
67
+ "49": "I-SUB_TOTAL.SERVICE_PRICE",
68
+ "50": "I-SUB_TOTAL.OTHERSVC_PRICE",
69
+ "51": "I-SUB_TOTAL.TAX_PRICE",
70
+ "52": "I-SUB_TOTAL.ETC",
71
+ "53": "I-TOTAL.TOTAL_PRICE",
72
+ "54": "I-TOTAL.TOTAL_ETC",
73
+ "55": "I-TOTAL.CASHPRICE",
74
+ "56": "I-TOTAL.CHANGEPRICE",
75
+ "57": "I-TOTAL.CREDITCARDPRICE",
76
+ "58": "I-TOTAL.EMONEYPRICE",
77
+ "59": "I-TOTAL.MENUTYPE_CNT",
78
+ "60": "I-TOTAL.MENUQTY_CNT"
79
+ },
80
+ "initializer_range": 0.02,
81
+ "input_size": 224,
82
+ "intermediate_size": 3072,
83
+ "label2id": {
84
+ "B-MENU.CNT": 4,
85
+ "B-MENU.DISCOUNTPRICE": 5,
86
+ "B-MENU.ETC": 9,
87
+ "B-MENU.ITEMSUBTOTAL": 7,
88
+ "B-MENU.NM": 1,
89
+ "B-MENU.NUM": 2,
90
+ "B-MENU.PRICE": 6,
91
+ "B-MENU.SUB_CNT": 12,
92
+ "B-MENU.SUB_ETC": 14,
93
+ "B-MENU.SUB_NM": 10,
94
+ "B-MENU.SUB_PRICE": 13,
95
+ "B-MENU.SUB_UNITPRICE": 11,
96
+ "B-MENU.UNITPRICE": 3,
97
+ "B-MENU.VATYN": 8,
98
+ "B-SUB_TOTAL.DISCOUNT_PRICE": 18,
99
+ "B-SUB_TOTAL.ETC": 22,
100
+ "B-SUB_TOTAL.OTHERSVC_PRICE": 20,
101
+ "B-SUB_TOTAL.SERVICE_PRICE": 19,
102
+ "B-SUB_TOTAL.SUBTOTAL_PRICE": 17,
103
+ "B-SUB_TOTAL.TAX_PRICE": 21,
104
+ "B-TOTAL.CASHPRICE": 25,
105
+ "B-TOTAL.CHANGEPRICE": 26,
106
+ "B-TOTAL.CREDITCARDPRICE": 27,
107
+ "B-TOTAL.EMONEYPRICE": 28,
108
+ "B-TOTAL.MENUQTY_CNT": 30,
109
+ "B-TOTAL.MENUTYPE_CNT": 29,
110
+ "B-TOTAL.TOTAL_ETC": 24,
111
+ "B-TOTAL.TOTAL_PRICE": 23,
112
+ "B-VOID_MENU.NM": 15,
113
+ "B-VOID_MENU.PRICE": 16,
114
+ "I-MENU.CNT": 34,
115
+ "I-MENU.DISCOUNTPRICE": 35,
116
+ "I-MENU.ETC": 39,
117
+ "I-MENU.ITEMSUBTOTAL": 37,
118
+ "I-MENU.NM": 31,
119
+ "I-MENU.NUM": 32,
120
+ "I-MENU.PRICE": 36,
121
+ "I-MENU.SUB_CNT": 42,
122
+ "I-MENU.SUB_ETC": 44,
123
+ "I-MENU.SUB_NM": 40,
124
+ "I-MENU.SUB_PRICE": 43,
125
+ "I-MENU.SUB_UNITPRICE": 41,
126
+ "I-MENU.UNITPRICE": 33,
127
+ "I-MENU.VATYN": 38,
128
+ "I-SUB_TOTAL.DISCOUNT_PRICE": 48,
129
+ "I-SUB_TOTAL.ETC": 52,
130
+ "I-SUB_TOTAL.OTHERSVC_PRICE": 50,
131
+ "I-SUB_TOTAL.SERVICE_PRICE": 49,
132
+ "I-SUB_TOTAL.SUBTOTAL_PRICE": 47,
133
+ "I-SUB_TOTAL.TAX_PRICE": 51,
134
+ "I-TOTAL.CASHPRICE": 55,
135
+ "I-TOTAL.CHANGEPRICE": 56,
136
+ "I-TOTAL.CREDITCARDPRICE": 57,
137
+ "I-TOTAL.EMONEYPRICE": 58,
138
+ "I-TOTAL.MENUQTY_CNT": 60,
139
+ "I-TOTAL.MENUTYPE_CNT": 59,
140
+ "I-TOTAL.TOTAL_ETC": 54,
141
+ "I-TOTAL.TOTAL_PRICE": 53,
142
+ "I-VOID_MENU.NM": 45,
143
+ "I-VOID_MENU.PRICE": 46,
144
+ "O": 0
145
+ },
146
+ "layer_norm_eps": 1e-05,
147
+ "max_2d_position_embeddings": 1024,
148
+ "max_position_embeddings": 514,
149
+ "max_rel_2d_pos": 256,
150
+ "max_rel_pos": 128,
151
+ "model_type": "layoutlmv3",
152
+ "num_attention_heads": 12,
153
+ "num_channels": 3,
154
+ "num_hidden_layers": 12,
155
+ "pad_token_id": 1,
156
+ "patch_size": 16,
157
+ "position_embedding_type": "absolute",
158
+ "rel_2d_pos_bins": 64,
159
+ "rel_pos_bins": 32,
160
+ "shape_size": 128,
161
+ "text_embed": true,
162
+ "tokenizer_class": "RobertaTokenizer",
163
+ "torch_dtype": "float32",
164
+ "transformers_version": "4.26.1",
165
+ "type_vocab_size": 1,
166
+ "use_cache": true,
167
+ "visual_embed": true,
168
+ "vocab_size": 50265
169
+ }
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:e23da2f784053e6e391b3b21e66623340d4ce8a5ae342927a55e3ce303d01142
3
+ size 503936881
runs/Feb16_16-51-35_b118a841bf7c/1676566323.2682538/events.out.tfevents.1676566323.b118a841bf7c.273.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ab2f23ac67bb0bbc2f4d8851e93f746d78851f685807b6176d7eed11b47e95e
3
+ size 5799
runs/Feb16_16-51-35_b118a841bf7c/events.out.tfevents.1676566323.b118a841bf7c.273.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01bb3cff5f6ddb382c7c9e1d16e5926654dcf8bae5d89ec370549edd924cd9c9
3
+ size 9137
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,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "cls_token": {
13
+ "__type": "AddedToken",
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": true,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ },
20
+ "cls_token_box": [
21
+ 0,
22
+ 0,
23
+ 0,
24
+ 0
25
+ ],
26
+ "eos_token": {
27
+ "__type": "AddedToken",
28
+ "content": "</s>",
29
+ "lstrip": false,
30
+ "normalized": true,
31
+ "rstrip": false,
32
+ "single_word": false
33
+ },
34
+ "errors": "replace",
35
+ "mask_token": {
36
+ "__type": "AddedToken",
37
+ "content": "<mask>",
38
+ "lstrip": true,
39
+ "normalized": true,
40
+ "rstrip": false,
41
+ "single_word": false
42
+ },
43
+ "model_max_length": 512,
44
+ "name_or_path": "microsoft/layoutlmv3-base",
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
+ "special_tokens_map_file": null,
77
+ "tokenizer_class": "LayoutLMv3Tokenizer",
78
+ "trim_offsets": true,
79
+ "unk_token": {
80
+ "__type": "AddedToken",
81
+ "content": "<unk>",
82
+ "lstrip": false,
83
+ "normalized": true,
84
+ "rstrip": false,
85
+ "single_word": false
86
+ }
87
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64800d0ac4c25080d9c9d059f10bec248963583dde93104015a63dfb91b478ef
3
+ size 3579
vocab.json ADDED
The diff for this file is too large to render. See raw diff