pavel-nesterov commited on
Commit
eaae6bf
1 Parent(s): 0a3b6b1

End of training

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "B-LINE_ITEM_PRICE_PER_UNIT",
18
+ "1": "E-LOCATION_OF_PURCHASE",
19
+ "2": "E-LINE_ITEM_NAME",
20
+ "3": "B-LOCATION_OF_PURCHASE",
21
+ "4": "E-LINE_ITEM_DISCOUNT_TYPE",
22
+ "5": "S-LINE_ITEM_PRICE_PER_UNIT",
23
+ "6": "E-LINE_ITEM_UNIT_OF_MEASURE-LINE_ITEM_PRICE_PER_UNIT",
24
+ "7": "E-DATE_OF_PURCHASE",
25
+ "8": "S-REMOVAL_LINE_ITEM_TOTAL_AMOUNT_LOCAL_CURRENCY",
26
+ "9": "S-LINE_ITEM_DISCOUNT_TYPE",
27
+ "10": "I-LINE_ITEM_NAME",
28
+ "11": "S-LINE_ITEM_TOTAL_AMOUNT_LOCAL_CURRENCY",
29
+ "12": "I-LOCATION_OF_PURCHASE",
30
+ "13": "S-REMOVAL_LINE_ITEM_AMOUNT",
31
+ "14": "S-REMOVAL_LINE_ITEM_NAME",
32
+ "15": "S-LINE_ITEM_UNIT_OF_MEASURE",
33
+ "16": "B-LINE_ITEM_DISCOUNT_TYPE",
34
+ "17": "S-DATE_OF_PURCHASE",
35
+ "18": "I-REMOVAL_LINE_ITEM_NAME",
36
+ "19": "O",
37
+ "20": "B-LINE_ITEM_NAME",
38
+ "21": "E-LINE_ITEM_NAME-LINE_ITEM_NAME",
39
+ "22": "S-LINE_ITEM_NAME",
40
+ "23": "I-LINE_ITEM_DISCOUNT_TYPE",
41
+ "24": "S-LINE_ITEM_AMOUNT",
42
+ "25": "S-TIME_OF_PURCHASE",
43
+ "26": "B-DATE_OF_PURCHASE",
44
+ "27": "S-LINE_ITEM_NAME-LINE_ITEM_TOTAL_AMOUNT_LOCAL_CURRENCY",
45
+ "28": "E-REMOVAL_LINE_ITEM_NAME",
46
+ "29": "E-LINE_ITEM_PRICE_PER_UNIT",
47
+ "30": "S-LINE_ITEM_DISCOUNT_ANOUNT",
48
+ "31": "B-REMOVAL_LINE_ITEM_NAME"
49
+ },
50
+ "initializer_range": 0.02,
51
+ "input_size": 224,
52
+ "intermediate_size": 3072,
53
+ "label2id": {
54
+ "B-DATE_OF_PURCHASE": 26,
55
+ "B-LINE_ITEM_DISCOUNT_TYPE": 16,
56
+ "B-LINE_ITEM_NAME": 20,
57
+ "B-LINE_ITEM_PRICE_PER_UNIT": 0,
58
+ "B-LOCATION_OF_PURCHASE": 3,
59
+ "B-REMOVAL_LINE_ITEM_NAME": 31,
60
+ "E-DATE_OF_PURCHASE": 7,
61
+ "E-LINE_ITEM_DISCOUNT_TYPE": 4,
62
+ "E-LINE_ITEM_NAME": 2,
63
+ "E-LINE_ITEM_NAME-LINE_ITEM_NAME": 21,
64
+ "E-LINE_ITEM_PRICE_PER_UNIT": 29,
65
+ "E-LINE_ITEM_UNIT_OF_MEASURE-LINE_ITEM_PRICE_PER_UNIT": 6,
66
+ "E-LOCATION_OF_PURCHASE": 1,
67
+ "E-REMOVAL_LINE_ITEM_NAME": 28,
68
+ "I-LINE_ITEM_DISCOUNT_TYPE": 23,
69
+ "I-LINE_ITEM_NAME": 10,
70
+ "I-LOCATION_OF_PURCHASE": 12,
71
+ "I-REMOVAL_LINE_ITEM_NAME": 18,
72
+ "O": 19,
73
+ "S-DATE_OF_PURCHASE": 17,
74
+ "S-LINE_ITEM_AMOUNT": 24,
75
+ "S-LINE_ITEM_DISCOUNT_ANOUNT": 30,
76
+ "S-LINE_ITEM_DISCOUNT_TYPE": 9,
77
+ "S-LINE_ITEM_NAME": 22,
78
+ "S-LINE_ITEM_NAME-LINE_ITEM_TOTAL_AMOUNT_LOCAL_CURRENCY": 27,
79
+ "S-LINE_ITEM_PRICE_PER_UNIT": 5,
80
+ "S-LINE_ITEM_TOTAL_AMOUNT_LOCAL_CURRENCY": 11,
81
+ "S-LINE_ITEM_UNIT_OF_MEASURE": 15,
82
+ "S-REMOVAL_LINE_ITEM_AMOUNT": 13,
83
+ "S-REMOVAL_LINE_ITEM_NAME": 14,
84
+ "S-REMOVAL_LINE_ITEM_TOTAL_AMOUNT_LOCAL_CURRENCY": 8,
85
+ "S-TIME_OF_PURCHASE": 25
86
+ },
87
+ "layer_norm_eps": 1e-05,
88
+ "max_2d_position_embeddings": 1024,
89
+ "max_position_embeddings": 514,
90
+ "max_rel_2d_pos": 256,
91
+ "max_rel_pos": 128,
92
+ "model_type": "layoutlmv3",
93
+ "num_attention_heads": 12,
94
+ "num_channels": 3,
95
+ "num_hidden_layers": 12,
96
+ "pad_token_id": 1,
97
+ "patch_size": 16,
98
+ "rel_2d_pos_bins": 64,
99
+ "rel_pos_bins": 32,
100
+ "second_input_size": 112,
101
+ "shape_size": 128,
102
+ "text_embed": true,
103
+ "torch_dtype": "float32",
104
+ "transformers_version": "4.25.1",
105
+ "type_vocab_size": 1,
106
+ "visual_embed": true,
107
+ "vocab_size": 50265
108
+ }
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:724e81fcf47190ae1e999a67b98e0f7842a70f5e3b6b43b5931a6ad2c3bd43a9
3
+ size 503844721
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:56010c96f73372a412440e216f7c1c548783cc26158c5b8a5927b514cc997060
3
+ size 3387
vocab.json ADDED
The diff for this file is too large to render. See raw diff