Nautie commited on
Commit
70bc612
1 Parent(s): 3c6ae67

Training in progress, step 250

Browse files
config.json CHANGED
@@ -1,40 +1,40 @@
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
- "initializer_range": 0.02,
17
- "input_size": 224,
18
- "intermediate_size": 3072,
19
- "layer_norm_eps": 1e-05,
20
- "max_2d_position_embeddings": 1024,
21
- "max_position_embeddings": 514,
22
- "max_rel_2d_pos": 256,
23
- "max_rel_pos": 128,
24
- "model_type": "layoutlmv3",
25
- "num_attention_heads": 12,
26
- "num_channels": 3,
27
- "num_hidden_layers": 12,
28
- "pad_token_id": 1,
29
- "patch_size": 16,
30
- "rel_2d_pos_bins": 64,
31
- "rel_pos_bins": 32,
32
- "second_input_size": 112,
33
- "shape_size": 128,
34
- "text_embed": true,
35
- "torch_dtype": "float32",
36
- "transformers_version": "4.42.4",
37
- "type_vocab_size": 1,
38
- "visual_embed": true,
39
- "vocab_size": 50265
40
- }
 
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
+ "initializer_range": 0.02,
17
+ "input_size": 224,
18
+ "intermediate_size": 3072,
19
+ "layer_norm_eps": 1e-05,
20
+ "max_2d_position_embeddings": 1024,
21
+ "max_position_embeddings": 514,
22
+ "max_rel_2d_pos": 256,
23
+ "max_rel_pos": 128,
24
+ "model_type": "layoutlmv3",
25
+ "num_attention_heads": 12,
26
+ "num_channels": 3,
27
+ "num_hidden_layers": 12,
28
+ "pad_token_id": 1,
29
+ "patch_size": 16,
30
+ "rel_2d_pos_bins": 64,
31
+ "rel_pos_bins": 32,
32
+ "second_input_size": 112,
33
+ "shape_size": 128,
34
+ "text_embed": true,
35
+ "torch_dtype": "float32",
36
+ "transformers_version": "4.43.0.dev0",
37
+ "type_vocab_size": 1,
38
+ "visual_embed": true,
39
+ "vocab_size": 50265
40
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fc89baa2a28e0e6ec8574f46ba0ac8e7cdc9cf3885819e1be8d85a8e8ed2504e
3
  size 501340144
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e44304143d8d741ec482fddd956ae6ed582c4e667bd6c0905d76fab6a27bf07
3
  size 501340144
preprocessor_config.json CHANGED
@@ -1,26 +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
- }
 
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/Jul15_19-14-14_9740e794dd08/events.out.tfevents.1721070868.9740e794dd08.444.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a749e88547d4b4576315d525fd37d72751e15d52d5206bdfc0addf09eaa29251
3
+ size 5809
special_tokens_map.json CHANGED
@@ -1,51 +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
- }
 
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_config.json CHANGED
@@ -1,79 +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
- }
 
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 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3ca206a92efee42947cbe58ddc5c11e46dd7f68729fb50291167931e6628500b
3
- size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fe87af09975fb47bd2030dbc6307d297001d298199376fa4c64ebca922db885
3
+ size 5240