akanchha commited on
Commit
5b310ac
1 Parent(s): 38274c5

layoutlmv3-finetuned-cord_100

Browse files
README.md ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ base_model: microsoft/layoutlmv3-base
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - cord-layoutlmv3
8
+ metrics:
9
+ - precision
10
+ - recall
11
+ - f1
12
+ - accuracy
13
+ model-index:
14
+ - name: layoutlmv3-finetuned-cord_100
15
+ results:
16
+ - task:
17
+ name: Token Classification
18
+ type: token-classification
19
+ dataset:
20
+ name: cord-layoutlmv3
21
+ type: cord-layoutlmv3
22
+ config: cord
23
+ split: test
24
+ args: cord
25
+ metrics:
26
+ - name: Precision
27
+ type: precision
28
+ value: 0.9428783382789317
29
+ - name: Recall
30
+ type: recall
31
+ value: 0.9513473053892215
32
+ - name: F1
33
+ type: f1
34
+ value: 0.9470938897168405
35
+ - name: Accuracy
36
+ type: accuracy
37
+ value: 0.952037351443124
38
+ ---
39
+
40
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
41
+ should probably proofread and complete it, then remove this comment. -->
42
+
43
+ # layoutlmv3-finetuned-cord_100
44
+
45
+ This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the cord-layoutlmv3 dataset.
46
+ It achieves the following results on the evaluation set:
47
+ - Loss: 0.2267
48
+ - Precision: 0.9429
49
+ - Recall: 0.9513
50
+ - F1: 0.9471
51
+ - Accuracy: 0.9520
52
+
53
+ ## Model description
54
+
55
+ More information needed
56
+
57
+ ## Intended uses & limitations
58
+
59
+ More information needed
60
+
61
+ ## Training and evaluation data
62
+
63
+ More information needed
64
+
65
+ ## Training procedure
66
+
67
+ ### Training hyperparameters
68
+
69
+ The following hyperparameters were used during training:
70
+ - learning_rate: 1e-05
71
+ - train_batch_size: 5
72
+ - eval_batch_size: 5
73
+ - seed: 42
74
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
75
+ - lr_scheduler_type: linear
76
+ - training_steps: 2500
77
+
78
+ ### Training results
79
+
80
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
81
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
82
+ | No log | 1.56 | 250 | 1.0513 | 0.6817 | 0.7597 | 0.7186 | 0.7806 |
83
+ | 1.4257 | 3.12 | 500 | 0.5744 | 0.8451 | 0.8660 | 0.8555 | 0.8697 |
84
+ | 1.4257 | 4.69 | 750 | 0.3979 | 0.8720 | 0.9027 | 0.8871 | 0.9062 |
85
+ | 0.4063 | 6.25 | 1000 | 0.3350 | 0.9107 | 0.9237 | 0.9171 | 0.9300 |
86
+ | 0.4063 | 7.81 | 1250 | 0.2638 | 0.9313 | 0.9431 | 0.9372 | 0.9402 |
87
+ | 0.2045 | 9.38 | 1500 | 0.2542 | 0.9205 | 0.9364 | 0.9284 | 0.9419 |
88
+ | 0.2045 | 10.94 | 1750 | 0.2417 | 0.9335 | 0.9454 | 0.9394 | 0.9469 |
89
+ | 0.1406 | 12.5 | 2000 | 0.2279 | 0.9371 | 0.9476 | 0.9423 | 0.9491 |
90
+ | 0.1406 | 14.06 | 2250 | 0.2267 | 0.9401 | 0.9513 | 0.9457 | 0.9550 |
91
+ | 0.1079 | 15.62 | 2500 | 0.2267 | 0.9429 | 0.9513 | 0.9471 | 0.9520 |
92
+
93
+
94
+ ### Framework versions
95
+
96
+ - Transformers 4.35.2
97
+ - Pytorch 2.1.1+cu121
98
+ - Datasets 2.15.0
99
+ - Tokenizers 0.15.0
config.json ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/layoutlmv3-base",
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
+ "has_relative_attention_bias": true,
12
+ "has_spatial_attention_bias": true,
13
+ "hidden_act": "gelu",
14
+ "hidden_dropout_prob": 0.1,
15
+ "hidden_size": 768,
16
+ "id2label": {
17
+ "0": "O",
18
+ "1": "B-MENU.NM",
19
+ "2": "B-MENU.NUM",
20
+ "3": "B-MENU.UNITPRICE",
21
+ "4": "B-MENU.CNT",
22
+ "5": "B-MENU.DISCOUNTPRICE",
23
+ "6": "B-MENU.PRICE",
24
+ "7": "B-MENU.ITEMSUBTOTAL",
25
+ "8": "B-MENU.VATYN",
26
+ "9": "B-MENU.ETC",
27
+ "10": "B-MENU.SUB_NM",
28
+ "11": "B-MENU.SUB_UNITPRICE",
29
+ "12": "B-MENU.SUB_CNT",
30
+ "13": "B-MENU.SUB_PRICE",
31
+ "14": "B-MENU.SUB_ETC",
32
+ "15": "B-VOID_MENU.NM",
33
+ "16": "B-VOID_MENU.PRICE",
34
+ "17": "B-SUB_TOTAL.SUBTOTAL_PRICE",
35
+ "18": "B-SUB_TOTAL.DISCOUNT_PRICE",
36
+ "19": "B-SUB_TOTAL.SERVICE_PRICE",
37
+ "20": "B-SUB_TOTAL.OTHERSVC_PRICE",
38
+ "21": "B-SUB_TOTAL.TAX_PRICE",
39
+ "22": "B-SUB_TOTAL.ETC",
40
+ "23": "B-TOTAL.TOTAL_PRICE",
41
+ "24": "B-TOTAL.TOTAL_ETC",
42
+ "25": "B-TOTAL.CASHPRICE",
43
+ "26": "B-TOTAL.CHANGEPRICE",
44
+ "27": "B-TOTAL.CREDITCARDPRICE",
45
+ "28": "B-TOTAL.EMONEYPRICE",
46
+ "29": "B-TOTAL.MENUTYPE_CNT",
47
+ "30": "B-TOTAL.MENUQTY_CNT",
48
+ "31": "I-MENU.NM",
49
+ "32": "I-MENU.NUM",
50
+ "33": "I-MENU.UNITPRICE",
51
+ "34": "I-MENU.CNT",
52
+ "35": "I-MENU.DISCOUNTPRICE",
53
+ "36": "I-MENU.PRICE",
54
+ "37": "I-MENU.ITEMSUBTOTAL",
55
+ "38": "I-MENU.VATYN",
56
+ "39": "I-MENU.ETC",
57
+ "40": "I-MENU.SUB_NM",
58
+ "41": "I-MENU.SUB_UNITPRICE",
59
+ "42": "I-MENU.SUB_CNT",
60
+ "43": "I-MENU.SUB_PRICE",
61
+ "44": "I-MENU.SUB_ETC",
62
+ "45": "I-VOID_MENU.NM",
63
+ "46": "I-VOID_MENU.PRICE",
64
+ "47": "I-SUB_TOTAL.SUBTOTAL_PRICE",
65
+ "48": "I-SUB_TOTAL.DISCOUNT_PRICE",
66
+ "49": "I-SUB_TOTAL.SERVICE_PRICE",
67
+ "50": "I-SUB_TOTAL.OTHERSVC_PRICE",
68
+ "51": "I-SUB_TOTAL.TAX_PRICE",
69
+ "52": "I-SUB_TOTAL.ETC",
70
+ "53": "I-TOTAL.TOTAL_PRICE",
71
+ "54": "I-TOTAL.TOTAL_ETC",
72
+ "55": "I-TOTAL.CASHPRICE",
73
+ "56": "I-TOTAL.CHANGEPRICE",
74
+ "57": "I-TOTAL.CREDITCARDPRICE",
75
+ "58": "I-TOTAL.EMONEYPRICE",
76
+ "59": "I-TOTAL.MENUTYPE_CNT",
77
+ "60": "I-TOTAL.MENUQTY_CNT"
78
+ },
79
+ "initializer_range": 0.02,
80
+ "input_size": 224,
81
+ "intermediate_size": 3072,
82
+ "label2id": {
83
+ "B-MENU.CNT": 4,
84
+ "B-MENU.DISCOUNTPRICE": 5,
85
+ "B-MENU.ETC": 9,
86
+ "B-MENU.ITEMSUBTOTAL": 7,
87
+ "B-MENU.NM": 1,
88
+ "B-MENU.NUM": 2,
89
+ "B-MENU.PRICE": 6,
90
+ "B-MENU.SUB_CNT": 12,
91
+ "B-MENU.SUB_ETC": 14,
92
+ "B-MENU.SUB_NM": 10,
93
+ "B-MENU.SUB_PRICE": 13,
94
+ "B-MENU.SUB_UNITPRICE": 11,
95
+ "B-MENU.UNITPRICE": 3,
96
+ "B-MENU.VATYN": 8,
97
+ "B-SUB_TOTAL.DISCOUNT_PRICE": 18,
98
+ "B-SUB_TOTAL.ETC": 22,
99
+ "B-SUB_TOTAL.OTHERSVC_PRICE": 20,
100
+ "B-SUB_TOTAL.SERVICE_PRICE": 19,
101
+ "B-SUB_TOTAL.SUBTOTAL_PRICE": 17,
102
+ "B-SUB_TOTAL.TAX_PRICE": 21,
103
+ "B-TOTAL.CASHPRICE": 25,
104
+ "B-TOTAL.CHANGEPRICE": 26,
105
+ "B-TOTAL.CREDITCARDPRICE": 27,
106
+ "B-TOTAL.EMONEYPRICE": 28,
107
+ "B-TOTAL.MENUQTY_CNT": 30,
108
+ "B-TOTAL.MENUTYPE_CNT": 29,
109
+ "B-TOTAL.TOTAL_ETC": 24,
110
+ "B-TOTAL.TOTAL_PRICE": 23,
111
+ "B-VOID_MENU.NM": 15,
112
+ "B-VOID_MENU.PRICE": 16,
113
+ "I-MENU.CNT": 34,
114
+ "I-MENU.DISCOUNTPRICE": 35,
115
+ "I-MENU.ETC": 39,
116
+ "I-MENU.ITEMSUBTOTAL": 37,
117
+ "I-MENU.NM": 31,
118
+ "I-MENU.NUM": 32,
119
+ "I-MENU.PRICE": 36,
120
+ "I-MENU.SUB_CNT": 42,
121
+ "I-MENU.SUB_ETC": 44,
122
+ "I-MENU.SUB_NM": 40,
123
+ "I-MENU.SUB_PRICE": 43,
124
+ "I-MENU.SUB_UNITPRICE": 41,
125
+ "I-MENU.UNITPRICE": 33,
126
+ "I-MENU.VATYN": 38,
127
+ "I-SUB_TOTAL.DISCOUNT_PRICE": 48,
128
+ "I-SUB_TOTAL.ETC": 52,
129
+ "I-SUB_TOTAL.OTHERSVC_PRICE": 50,
130
+ "I-SUB_TOTAL.SERVICE_PRICE": 49,
131
+ "I-SUB_TOTAL.SUBTOTAL_PRICE": 47,
132
+ "I-SUB_TOTAL.TAX_PRICE": 51,
133
+ "I-TOTAL.CASHPRICE": 55,
134
+ "I-TOTAL.CHANGEPRICE": 56,
135
+ "I-TOTAL.CREDITCARDPRICE": 57,
136
+ "I-TOTAL.EMONEYPRICE": 58,
137
+ "I-TOTAL.MENUQTY_CNT": 60,
138
+ "I-TOTAL.MENUTYPE_CNT": 59,
139
+ "I-TOTAL.TOTAL_ETC": 54,
140
+ "I-TOTAL.TOTAL_PRICE": 53,
141
+ "I-VOID_MENU.NM": 45,
142
+ "I-VOID_MENU.PRICE": 46,
143
+ "O": 0
144
+ },
145
+ "layer_norm_eps": 1e-05,
146
+ "max_2d_position_embeddings": 1024,
147
+ "max_position_embeddings": 514,
148
+ "max_rel_2d_pos": 256,
149
+ "max_rel_pos": 128,
150
+ "model_type": "layoutlmv3",
151
+ "num_attention_heads": 12,
152
+ "num_channels": 3,
153
+ "num_hidden_layers": 12,
154
+ "pad_token_id": 1,
155
+ "patch_size": 16,
156
+ "rel_2d_pos_bins": 64,
157
+ "rel_pos_bins": 32,
158
+ "second_input_size": 112,
159
+ "shape_size": 128,
160
+ "text_embed": true,
161
+ "torch_dtype": "float32",
162
+ "transformers_version": "4.35.2",
163
+ "type_vocab_size": 1,
164
+ "visual_embed": true,
165
+ "vocab_size": 50265
166
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0699692b3b55ba5fbc2efeff7228fe8fa6c6d084d22145dc3284b12be4c85497
3
+ size 503884236
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
+ }
runs/Dec07_21-53-42_akanchha/events.out.tfevents.1701982536.akanchha.339522.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bd632bfedd1e5df5441dc60c2b16cfd513666de75d86d4381f1fa3309467e57
3
+ size 14176
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,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": true,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<pad>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "50264": {
37
+ "content": "<mask>",
38
+ "lstrip": true,
39
+ "normalized": true,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "apply_ocr": false,
46
+ "bos_token": "<s>",
47
+ "clean_up_tokenization_spaces": true,
48
+ "cls_token": "<s>",
49
+ "cls_token_box": [
50
+ 0,
51
+ 0,
52
+ 0,
53
+ 0
54
+ ],
55
+ "eos_token": "</s>",
56
+ "errors": "replace",
57
+ "mask_token": "<mask>",
58
+ "model_max_length": 512,
59
+ "only_label_first_subword": true,
60
+ "pad_token": "<pad>",
61
+ "pad_token_box": [
62
+ 0,
63
+ 0,
64
+ 0,
65
+ 0
66
+ ],
67
+ "pad_token_label": -100,
68
+ "processor_class": "LayoutLMv3Processor",
69
+ "sep_token": "</s>",
70
+ "sep_token_box": [
71
+ 0,
72
+ 0,
73
+ 0,
74
+ 0
75
+ ],
76
+ "tokenizer_class": "LayoutLMv3Tokenizer",
77
+ "trim_offsets": true,
78
+ "unk_token": "<unk>"
79
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:252873a8778e675f49cf58a82bd5225adc3b86b3f9d7c6a1e55a92cd6a0e3de8
3
+ size 4664
vocab.json ADDED
The diff for this file is too large to render. See raw diff