parandhamudu commited on
Commit
c175179
1 Parent(s): 39e0a99

Training in progress, step 500

Browse files
config.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "doc_type",
18
+ "1": "entity_name",
19
+ "2": "entity_name_address",
20
+ "3": "invoice_number",
21
+ "4": "inoice_number_key",
22
+ "5": "issued_date",
23
+ "6": "due_date",
24
+ "7": "doc_amount_tax_ex",
25
+ "8": "doc_amount_tax",
26
+ "9": "doc_amount_total",
27
+ "10": "doc_amount_currency",
28
+ "11": "po_number",
29
+ "12": "po_number_key",
30
+ "13": "account_number",
31
+ "14": "vendor_business_number",
32
+ "15": "vendor_name",
33
+ "16": "vendor_address",
34
+ "17": "vendor_bank_bsb",
35
+ "18": "vendor_bank_account_number",
36
+ "19": "bpay_biller_code",
37
+ "20": "bpay_reference_number",
38
+ "21": "invoice_name",
39
+ "22": "invoice_address",
40
+ "23": "statement_invoice_numbers",
41
+ "24": "line_product_code",
42
+ "25": "line_quantity",
43
+ "26": "line_uom",
44
+ "27": "line_unit_amount_tax_ex",
45
+ "28": "line_amount_tax",
46
+ "29": "line_amount_tax_ex",
47
+ "30": "line_amount_total",
48
+ "31": "line_description",
49
+ "32": "line_valid_additional_charge",
50
+ "33": "line_po_number"
51
+ },
52
+ "initializer_range": 0.02,
53
+ "input_size": 224,
54
+ "intermediate_size": 3072,
55
+ "label2id": {
56
+ "account_number": 13,
57
+ "bpay_biller_code": 19,
58
+ "bpay_reference_number": 20,
59
+ "doc_amount_currency": 10,
60
+ "doc_amount_tax": 8,
61
+ "doc_amount_tax_ex": 7,
62
+ "doc_amount_total": 9,
63
+ "doc_type": 0,
64
+ "due_date": 6,
65
+ "entity_name": 1,
66
+ "entity_name_address": 2,
67
+ "inoice_number_key": 4,
68
+ "invoice_address": 22,
69
+ "invoice_name": 21,
70
+ "invoice_number": 3,
71
+ "issued_date": 5,
72
+ "line_amount_tax": 28,
73
+ "line_amount_tax_ex": 29,
74
+ "line_amount_total": 30,
75
+ "line_description": 31,
76
+ "line_po_number": 33,
77
+ "line_product_code": 24,
78
+ "line_quantity": 25,
79
+ "line_unit_amount_tax_ex": 27,
80
+ "line_uom": 26,
81
+ "line_valid_additional_charge": 32,
82
+ "po_number": 11,
83
+ "po_number_key": 12,
84
+ "statement_invoice_numbers": 23,
85
+ "vendor_address": 16,
86
+ "vendor_bank_account_number": 18,
87
+ "vendor_bank_bsb": 17,
88
+ "vendor_business_number": 14,
89
+ "vendor_name": 15
90
+ },
91
+ "layer_norm_eps": 1e-05,
92
+ "max_2d_position_embeddings": 1024,
93
+ "max_position_embeddings": 514,
94
+ "max_rel_2d_pos": 256,
95
+ "max_rel_pos": 128,
96
+ "model_type": "layoutlmv3",
97
+ "num_attention_heads": 12,
98
+ "num_channels": 3,
99
+ "num_hidden_layers": 12,
100
+ "pad_token_id": 1,
101
+ "patch_size": 16,
102
+ "rel_2d_pos_bins": 64,
103
+ "rel_pos_bins": 32,
104
+ "second_input_size": 112,
105
+ "shape_size": 128,
106
+ "text_embed": true,
107
+ "torch_dtype": "float32",
108
+ "transformers_version": "4.36.0.dev0",
109
+ "type_vocab_size": 1,
110
+ "visual_embed": true,
111
+ "vocab_size": 50265
112
+ }
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:c6b786ef2808cdb4fbf794a139846decb846a094576d23e980eb4c27468ecc07
3
+ size 503801184
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/Nov18_05-59-01_d2431beb687f/events.out.tfevents.1700287202.d2431beb687f.1562.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c16a4b61d2b3067f44a0cc8702ef51b55cb15b336445012d3817c6791785d68f
3
+ size 7743
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:ddb94d239e17103915e914f106fecbf3c0cd2ea959510178f82fdbeb3047eead
3
+ size 4664
vocab.json ADDED
The diff for this file is too large to render. See raw diff