Training in progress, step 500
Browse files- README.md +67 -0
- config.json +122 -0
- merges.txt +0 -0
- model.safetensors +3 -0
- preprocessor_config.json +26 -0
- runs/Aug25_23-01-46_50648b3d681e/events.out.tfevents.1724626911.50648b3d681e.3875.0 +3 -0
- runs/Aug25_23-01-46_50648b3d681e/events.out.tfevents.1724627987.50648b3d681e.3875.1 +3 -0
- runs/Aug25_23-45-36_50648b3d681e/events.out.tfevents.1724629544.50648b3d681e.3875.2 +3 -0
- runs/Aug26_00-09-31_50648b3d681e/events.out.tfevents.1724630978.50648b3d681e.3875.3 +3 -0
- special_tokens_map.json +51 -0
- tokenizer.json +0 -0
- tokenizer_config.json +79 -0
- training_args.bin +3 -0
- vocab.json +0 -0
README.md
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-sa-4.0
|
3 |
+
base_model: microsoft/layoutlmv3-base
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- precision
|
8 |
+
- recall
|
9 |
+
- f1
|
10 |
+
- accuracy
|
11 |
+
model-index:
|
12 |
+
- name: layoutlmv3-finetuned-cord_200
|
13 |
+
results: []
|
14 |
+
---
|
15 |
+
|
16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
+
should probably proofread and complete it, then remove this comment. -->
|
18 |
+
|
19 |
+
# layoutlmv3-finetuned-cord_200
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on an unknown dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.2000
|
24 |
+
- Precision: 0.9557
|
25 |
+
- Recall: 0.9713
|
26 |
+
- F1: 0.9634
|
27 |
+
- Accuracy: 0.9648
|
28 |
+
|
29 |
+
## Model description
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Intended uses & limitations
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training and evaluation data
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Training procedure
|
42 |
+
|
43 |
+
### Training hyperparameters
|
44 |
+
|
45 |
+
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 1e-05
|
47 |
+
- train_batch_size: 5
|
48 |
+
- eval_batch_size: 5
|
49 |
+
- seed: 42
|
50 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
+
- lr_scheduler_type: linear
|
52 |
+
- training_steps: 200
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| No log | 0.625 | 100 | 0.2075 | 0.9483 | 0.9689 | 0.9585 | 0.9618 |
|
59 |
+
| No log | 1.25 | 200 | 0.2000 | 0.9557 | 0.9713 | 0.9634 | 0.9648 |
|
60 |
+
|
61 |
+
|
62 |
+
### Framework versions
|
63 |
+
|
64 |
+
- Transformers 4.42.4
|
65 |
+
- Pytorch 2.3.1+cu121
|
66 |
+
- Datasets 2.21.0
|
67 |
+
- Tokenizers 0.19.1
|
config.json
ADDED
@@ -0,0 +1,122 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.CNT",
|
19 |
+
"2": "B-MENU.DISCOUNTPRICE",
|
20 |
+
"3": "B-MENU.NM",
|
21 |
+
"4": "B-MENU.NUM",
|
22 |
+
"5": "B-MENU.PRICE",
|
23 |
+
"6": "B-MENU.SUB.CNT",
|
24 |
+
"7": "B-MENU.SUB.NM",
|
25 |
+
"8": "B-MENU.SUB.PRICE",
|
26 |
+
"9": "B-MENU.UNITPRICE",
|
27 |
+
"10": "B-SUB_TOTAL.DISCOUNT_PRICE",
|
28 |
+
"11": "B-SUB_TOTAL.ETC",
|
29 |
+
"12": "B-SUB_TOTAL.SERVICE_PRICE",
|
30 |
+
"13": "B-SUB_TOTAL.SUBTOTAL_PRICE",
|
31 |
+
"14": "B-SUB_TOTAL.TAX_PRICE",
|
32 |
+
"15": "B-TOTAL.CASHPRICE",
|
33 |
+
"16": "B-TOTAL.CHANGEPRICE",
|
34 |
+
"17": "B-TOTAL.CREDITCARDPRICE",
|
35 |
+
"18": "B-TOTAL.MENUQTY_CNT",
|
36 |
+
"19": "B-TOTAL.TOTAL_PRICE",
|
37 |
+
"20": "I-MENU.CNT",
|
38 |
+
"21": "I-MENU.DISCOUNTPRICE",
|
39 |
+
"22": "I-MENU.NM",
|
40 |
+
"23": "I-MENU.NUM",
|
41 |
+
"24": "I-MENU.PRICE",
|
42 |
+
"25": "I-MENU.SUB.CNT",
|
43 |
+
"26": "I-MENU.SUB.NM",
|
44 |
+
"27": "I-MENU.SUB.PRICE",
|
45 |
+
"28": "I-MENU.UNITPRICE",
|
46 |
+
"29": "I-SUB_TOTAL.DISCOUNT_PRICE",
|
47 |
+
"30": "I-SUB_TOTAL.ETC",
|
48 |
+
"31": "I-SUB_TOTAL.SERVICE_PRICE",
|
49 |
+
"32": "I-SUB_TOTAL.SUBTOTAL_PRICE",
|
50 |
+
"33": "I-SUB_TOTAL.TAX_PRICE",
|
51 |
+
"34": "I-TOTAL.CASHPRICE",
|
52 |
+
"35": "I-TOTAL.CHANGEPRICE",
|
53 |
+
"36": "I-TOTAL.CREDITCARDPRICE",
|
54 |
+
"37": "I-TOTAL.MENUQTY_CNT",
|
55 |
+
"38": "I-TOTAL.TOTAL_PRICE"
|
56 |
+
},
|
57 |
+
"initializer_range": 0.02,
|
58 |
+
"input_size": 224,
|
59 |
+
"intermediate_size": 3072,
|
60 |
+
"label2id": {
|
61 |
+
"B-MENU.CNT": 1,
|
62 |
+
"B-MENU.DISCOUNTPRICE": 2,
|
63 |
+
"B-MENU.NM": 3,
|
64 |
+
"B-MENU.NUM": 4,
|
65 |
+
"B-MENU.PRICE": 5,
|
66 |
+
"B-MENU.SUB.CNT": 6,
|
67 |
+
"B-MENU.SUB.NM": 7,
|
68 |
+
"B-MENU.SUB.PRICE": 8,
|
69 |
+
"B-MENU.UNITPRICE": 9,
|
70 |
+
"B-SUB_TOTAL.DISCOUNT_PRICE": 10,
|
71 |
+
"B-SUB_TOTAL.ETC": 11,
|
72 |
+
"B-SUB_TOTAL.SERVICE_PRICE": 12,
|
73 |
+
"B-SUB_TOTAL.SUBTOTAL_PRICE": 13,
|
74 |
+
"B-SUB_TOTAL.TAX_PRICE": 14,
|
75 |
+
"B-TOTAL.CASHPRICE": 15,
|
76 |
+
"B-TOTAL.CHANGEPRICE": 16,
|
77 |
+
"B-TOTAL.CREDITCARDPRICE": 17,
|
78 |
+
"B-TOTAL.MENUQTY_CNT": 18,
|
79 |
+
"B-TOTAL.TOTAL_PRICE": 19,
|
80 |
+
"I-MENU.CNT": 20,
|
81 |
+
"I-MENU.DISCOUNTPRICE": 21,
|
82 |
+
"I-MENU.NM": 22,
|
83 |
+
"I-MENU.NUM": 23,
|
84 |
+
"I-MENU.PRICE": 24,
|
85 |
+
"I-MENU.SUB.CNT": 25,
|
86 |
+
"I-MENU.SUB.NM": 26,
|
87 |
+
"I-MENU.SUB.PRICE": 27,
|
88 |
+
"I-MENU.UNITPRICE": 28,
|
89 |
+
"I-SUB_TOTAL.DISCOUNT_PRICE": 29,
|
90 |
+
"I-SUB_TOTAL.ETC": 30,
|
91 |
+
"I-SUB_TOTAL.SERVICE_PRICE": 31,
|
92 |
+
"I-SUB_TOTAL.SUBTOTAL_PRICE": 32,
|
93 |
+
"I-SUB_TOTAL.TAX_PRICE": 33,
|
94 |
+
"I-TOTAL.CASHPRICE": 34,
|
95 |
+
"I-TOTAL.CHANGEPRICE": 35,
|
96 |
+
"I-TOTAL.CREDITCARDPRICE": 36,
|
97 |
+
"I-TOTAL.MENUQTY_CNT": 37,
|
98 |
+
"I-TOTAL.TOTAL_PRICE": 38,
|
99 |
+
"O": 0
|
100 |
+
},
|
101 |
+
"layer_norm_eps": 1e-05,
|
102 |
+
"max_2d_position_embeddings": 1024,
|
103 |
+
"max_position_embeddings": 514,
|
104 |
+
"max_rel_2d_pos": 256,
|
105 |
+
"max_rel_pos": 128,
|
106 |
+
"model_type": "layoutlmv3",
|
107 |
+
"num_attention_heads": 12,
|
108 |
+
"num_channels": 3,
|
109 |
+
"num_hidden_layers": 12,
|
110 |
+
"pad_token_id": 1,
|
111 |
+
"patch_size": 16,
|
112 |
+
"rel_2d_pos_bins": 64,
|
113 |
+
"rel_pos_bins": 32,
|
114 |
+
"second_input_size": 112,
|
115 |
+
"shape_size": 128,
|
116 |
+
"text_embed": true,
|
117 |
+
"torch_dtype": "float32",
|
118 |
+
"transformers_version": "4.42.4",
|
119 |
+
"type_vocab_size": 1,
|
120 |
+
"visual_embed": true,
|
121 |
+
"vocab_size": 50265
|
122 |
+
}
|
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:0e6148f3560d6afb9bd8d81c000739ce25a4652830557ff34356ccae02223b24
|
3 |
+
size 503816564
|
preprocessor_config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"apply_ocr": false,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"image_mean": [
|
7 |
+
0.5,
|
8 |
+
0.5,
|
9 |
+
0.5
|
10 |
+
],
|
11 |
+
"image_processor_type": "LayoutLMv3ImageProcessor",
|
12 |
+
"image_std": [
|
13 |
+
0.5,
|
14 |
+
0.5,
|
15 |
+
0.5
|
16 |
+
],
|
17 |
+
"ocr_lang": null,
|
18 |
+
"processor_class": "LayoutLMv3Processor",
|
19 |
+
"resample": 2,
|
20 |
+
"rescale_factor": 0.00392156862745098,
|
21 |
+
"size": {
|
22 |
+
"height": 224,
|
23 |
+
"width": 224
|
24 |
+
},
|
25 |
+
"tesseract_config": ""
|
26 |
+
}
|
runs/Aug25_23-01-46_50648b3d681e/events.out.tfevents.1724626911.50648b3d681e.3875.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5e928b649106176059bed576c3e0229c03bd566b1450f5ee584f31487130663
|
3 |
+
size 15676
|
runs/Aug25_23-01-46_50648b3d681e/events.out.tfevents.1724627987.50648b3d681e.3875.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa7e9b82b2cdcf1843b2cfb1b7339dffe9896ae390c32662274356cc88b75fbd
|
3 |
+
size 16213
|
runs/Aug25_23-45-36_50648b3d681e/events.out.tfevents.1724629544.50648b3d681e.3875.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e23c85730ea0f32c605caf4f69c6e161979115997b475fb2bb9740522924080
|
3 |
+
size 8971
|
runs/Aug26_00-09-31_50648b3d681e/events.out.tfevents.1724630978.50648b3d681e.3875.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fdef55514b8a10c0df36a4e7956039d2a9e4aba9814b1f29e69f969f6309122
|
3 |
+
size 8830
|
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:aa80865bc3db316942319c6834181cafc5e27a5146c322b4cab132f2275d2669
|
3 |
+
size 5240
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|