Model save
Browse files- .gitignore +1 -0
- config.json +77 -0
- merges.txt +0 -0
- preprocessor_config.json +27 -0
- pytorch_model.bin +3 -0
- runs/Dec20_16-22-58_pod-pasha/1671553393.5500424/events.out.tfevents.1671553393.pod-pasha.536226.1 +3 -0
- runs/Dec20_16-22-58_pod-pasha/events.out.tfevents.1671553393.pod-pasha.536226.0 +3 -0
- runs/Dec20_16-33-48_pod-pasha/1671554044.079088/events.out.tfevents.1671554044.pod-pasha.537084.1 +3 -0
- runs/Dec20_16-33-48_pod-pasha/events.out.tfevents.1671554044.pod-pasha.537084.0 +3 -0
- special_tokens_map.json +51 -0
- tokenizer.json +0 -0
- tokenizer_config.json +88 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"finetuning_task": "ner",
|
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": "SHOP_NAME",
|
20 |
+
"2": "BRANCH",
|
21 |
+
"3": "ITEM",
|
22 |
+
"4": "UNIT_PRICE",
|
23 |
+
"5": "SUB_TOTAL",
|
24 |
+
"6": "ADDRESS",
|
25 |
+
"7": "PAYMENT",
|
26 |
+
"8": "PHONE_NUMBER",
|
27 |
+
"9": "POINTCARDTYPE",
|
28 |
+
"10": "POINTCARDBALANCE",
|
29 |
+
"11": "CATEGORY",
|
30 |
+
"12": "DATE",
|
31 |
+
"13": "QTY",
|
32 |
+
"14": "TOTAL_PRICE",
|
33 |
+
"15": "METHOD"
|
34 |
+
},
|
35 |
+
"initializer_range": 0.02,
|
36 |
+
"input_size": 224,
|
37 |
+
"intermediate_size": 3072,
|
38 |
+
"label2id": {
|
39 |
+
"ADDRESS": 6,
|
40 |
+
"BRANCH": 2,
|
41 |
+
"CATEGORY": 11,
|
42 |
+
"DATE": 12,
|
43 |
+
"ITEM": 3,
|
44 |
+
"METHOD": 15,
|
45 |
+
"O": 0,
|
46 |
+
"PAYMENT": 7,
|
47 |
+
"PHONE_NUMBER": 8,
|
48 |
+
"POINTCARDBALANCE": 10,
|
49 |
+
"POINTCARDTYPE": 9,
|
50 |
+
"QTY": 13,
|
51 |
+
"SHOP_NAME": 1,
|
52 |
+
"SUB_TOTAL": 5,
|
53 |
+
"TOTAL_PRICE": 14,
|
54 |
+
"UNIT_PRICE": 4
|
55 |
+
},
|
56 |
+
"layer_norm_eps": 1e-05,
|
57 |
+
"max_2d_position_embeddings": 1024,
|
58 |
+
"max_position_embeddings": 514,
|
59 |
+
"max_rel_2d_pos": 256,
|
60 |
+
"max_rel_pos": 128,
|
61 |
+
"model_type": "layoutlmv3",
|
62 |
+
"num_attention_heads": 12,
|
63 |
+
"num_channels": 3,
|
64 |
+
"num_hidden_layers": 12,
|
65 |
+
"pad_token_id": 1,
|
66 |
+
"patch_size": 16,
|
67 |
+
"rel_2d_pos_bins": 64,
|
68 |
+
"rel_pos_bins": 32,
|
69 |
+
"second_input_size": 112,
|
70 |
+
"shape_size": 128,
|
71 |
+
"text_embed": true,
|
72 |
+
"torch_dtype": "float32",
|
73 |
+
"transformers_version": "4.26.0.dev0",
|
74 |
+
"type_vocab_size": 1,
|
75 |
+
"visual_embed": true,
|
76 |
+
"vocab_size": 50265
|
77 |
+
}
|
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": true,
|
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:de5b3bda033c4fa9d742113fb7cce7ad2d2817e80570ea5ddaa52b3c3d7783b5
|
3 |
+
size 503796623
|
runs/Dec20_16-22-58_pod-pasha/1671553393.5500424/events.out.tfevents.1671553393.pod-pasha.536226.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9cd236fc4a0c6e178b0a537cfae9c2067942cbd14c6e4df40dcb703cf3f72309
|
3 |
+
size 5634
|
runs/Dec20_16-22-58_pod-pasha/events.out.tfevents.1671553393.pod-pasha.536226.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88bc19f5e29336bbf8802a64e1c31b8950392e1b08b5ba70732cc02122eb7fd1
|
3 |
+
size 5630
|
runs/Dec20_16-33-48_pod-pasha/1671554044.079088/events.out.tfevents.1671554044.pod-pasha.537084.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d01f5a6d2da29a2d4faf0f6818357536a08985eba106c2fd66775d39fb59ec75
|
3 |
+
size 5634
|
runs/Dec20_16-33-48_pod-pasha/events.out.tfevents.1671554044.pod-pasha.537084.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:845e577bb372eaf9613c576838d44ea2650c6964ef6a26617505f1a4a07c5162
|
3 |
+
size 5630
|
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,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"use_fast": true
|
88 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e199bce88abc88c4fd8ad373515edd31ac3adb7bedf936960d415b01c7c71fe
|
3 |
+
size 3439
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|