edmondz commited on
Commit
19f4377
1 Parent(s): b9a85d7

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/layoutlmv2-base-uncased",
3
+ "architectures": [
4
+ "LayoutLMv2ForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "convert_sync_batchnorm": true,
8
+ "coordinate_size": 128,
9
+ "detectron2_config_args": {
10
+ "MODEL.ANCHOR_GENERATOR.SIZES": [
11
+ [
12
+ 32
13
+ ],
14
+ [
15
+ 64
16
+ ],
17
+ [
18
+ 128
19
+ ],
20
+ [
21
+ 256
22
+ ],
23
+ [
24
+ 512
25
+ ]
26
+ ],
27
+ "MODEL.BACKBONE.NAME": "build_resnet_fpn_backbone",
28
+ "MODEL.FPN.IN_FEATURES": [
29
+ "res2",
30
+ "res3",
31
+ "res4",
32
+ "res5"
33
+ ],
34
+ "MODEL.MASK_ON": true,
35
+ "MODEL.PIXEL_STD": [
36
+ 57.375,
37
+ 57.12,
38
+ 58.395
39
+ ],
40
+ "MODEL.POST_NMS_TOPK_TEST": 1000,
41
+ "MODEL.RESNETS.ASPECT_RATIOS": [
42
+ [
43
+ 0.5,
44
+ 1.0,
45
+ 2.0
46
+ ]
47
+ ],
48
+ "MODEL.RESNETS.DEPTH": 101,
49
+ "MODEL.RESNETS.NUM_GROUPS": 32,
50
+ "MODEL.RESNETS.OUT_FEATURES": [
51
+ "res2",
52
+ "res3",
53
+ "res4",
54
+ "res5"
55
+ ],
56
+ "MODEL.RESNETS.SIZES": [
57
+ [
58
+ 32
59
+ ],
60
+ [
61
+ 64
62
+ ],
63
+ [
64
+ 128
65
+ ],
66
+ [
67
+ 256
68
+ ],
69
+ [
70
+ 512
71
+ ]
72
+ ],
73
+ "MODEL.RESNETS.STRIDE_IN_1X1": false,
74
+ "MODEL.RESNETS.WIDTH_PER_GROUP": 8,
75
+ "MODEL.ROI_BOX_HEAD.NAME": "FastRCNNConvFCHead",
76
+ "MODEL.ROI_BOX_HEAD.NUM_FC": 2,
77
+ "MODEL.ROI_BOX_HEAD.POOLER_RESOLUTION": 14,
78
+ "MODEL.ROI_HEADS.IN_FEATURES": [
79
+ "p2",
80
+ "p3",
81
+ "p4",
82
+ "p5"
83
+ ],
84
+ "MODEL.ROI_HEADS.NAME": "StandardROIHeads",
85
+ "MODEL.ROI_HEADS.NUM_CLASSES": 5,
86
+ "MODEL.ROI_MASK_HEAD.NAME": "MaskRCNNConvUpsampleHead",
87
+ "MODEL.ROI_MASK_HEAD.NUM_CONV": 4,
88
+ "MODEL.ROI_MASK_HEAD.POOLER_RESOLUTION": 7,
89
+ "MODEL.RPN.IN_FEATURES": [
90
+ "p2",
91
+ "p3",
92
+ "p4",
93
+ "p5",
94
+ "p6"
95
+ ],
96
+ "MODEL.RPN.POST_NMS_TOPK_TRAIN": 1000,
97
+ "MODEL.RPN.PRE_NMS_TOPK_TEST": 1000,
98
+ "MODEL.RPN.PRE_NMS_TOPK_TRAIN": 2000
99
+ },
100
+ "fast_qkv": true,
101
+ "gradient_checkpointing": false,
102
+ "has_relative_attention_bias": true,
103
+ "has_spatial_attention_bias": true,
104
+ "has_visual_segment_embedding": false,
105
+ "hidden_act": "gelu",
106
+ "hidden_dropout_prob": 0.1,
107
+ "hidden_size": 768,
108
+ "id2label": {
109
+ "0": "O",
110
+ "1": "B-HEADER",
111
+ "2": "I-HEADER",
112
+ "3": "B-QUESTION",
113
+ "4": "I-QUESTION",
114
+ "5": "B-ANSWER",
115
+ "6": "I-ANSWER"
116
+ },
117
+ "image_feature_pool_shape": [
118
+ 7,
119
+ 7,
120
+ 256
121
+ ],
122
+ "initializer_range": 0.02,
123
+ "intermediate_size": 3072,
124
+ "label2id": {
125
+ "B-ANSWER": 5,
126
+ "B-HEADER": 1,
127
+ "B-QUESTION": 3,
128
+ "I-ANSWER": 6,
129
+ "I-HEADER": 2,
130
+ "I-QUESTION": 4,
131
+ "O": 0
132
+ },
133
+ "layer_norm_eps": 1e-12,
134
+ "max_2d_position_embeddings": 1024,
135
+ "max_position_embeddings": 512,
136
+ "max_rel_2d_pos": 256,
137
+ "max_rel_pos": 128,
138
+ "model_type": "layoutlmv2",
139
+ "num_attention_heads": 12,
140
+ "num_hidden_layers": 12,
141
+ "output_past": true,
142
+ "pad_token_id": 0,
143
+ "rel_2d_pos_bins": 64,
144
+ "rel_pos_bins": 32,
145
+ "shape_size": 128,
146
+ "torch_dtype": "float32",
147
+ "transformers_version": "4.12.0.dev0",
148
+ "type_vocab_size": 2,
149
+ "vocab_size": 30522
150
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:713ad5c180839b7b8d9bc639e3e3e24af0b92dde41c1617a7d6a7c4f6a3a50f0
3
+ size 802275154
runs/Oct12_15-47-17_edmondz-System-Product-Name/1634006870.5638406/events.out.tfevents.1634006870.edmondz-System-Product-Name.63926.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e07c185f5e7d1cd7a640ade93c5826f15635fce0f5b07a1570f083a03d0668f
3
+ size 4620
runs/Oct12_15-47-17_edmondz-System-Product-Name/events.out.tfevents.1634006870.edmondz-System-Product-Name.63926.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23d9cb6584ea1e3ac060b7177b35b1a28b7e84e633968f07cb168a6eff7fff64
3
+ size 5610
runs/Oct12_15-48-55_edmondz-System-Product-Name/1634006942.5871143/events.out.tfevents.1634006942.edmondz-System-Product-Name.65917.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01865874c91e37b040987ee0c4e8790b1a8c4d16dc45db20339aedf61480ec9b
3
+ size 4620
runs/Oct12_15-48-55_edmondz-System-Product-Name/1634007001.1483693/events.out.tfevents.1634007001.edmondz-System-Product-Name.65917.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d329e8717f859086da72183cbf4cb56577b58ff48c40fcf3320b0f08a2028ff8
3
+ size 4620
runs/Oct12_15-48-55_edmondz-System-Product-Name/1634007734.0807273/events.out.tfevents.1634007734.edmondz-System-Product-Name.65917.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e715de50784937b2cec6d857812f10f6fa3141382ccd83056016f8e386b7026
3
+ size 4620
runs/Oct12_15-48-55_edmondz-System-Product-Name/events.out.tfevents.1634006942.edmondz-System-Product-Name.65917.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cc99b2c77a1927977860305a710fd6c7d70fb180fac73ed161d8a15630aeaaa
3
+ size 16750
runs/Oct12_16-21-00_edmondz-System-Product-Name/1634008874.7375824/events.out.tfevents.1634008874.edmondz-System-Product-Name.68583.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f996e58338881b2504f9ce0341fe819c0e98a0add3f600f703a0b519a8c33d93
3
+ size 4620
runs/Oct12_16-21-00_edmondz-System-Product-Name/events.out.tfevents.1634008874.edmondz-System-Product-Name.68583.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3204de683c2fe97e22ff4d94590313f55d67dacafa792b7541ae5ced2bb3673d
3
+ size 5767
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a0d3444fa14a7cb935700f3ba8789b06f738499063c147089fcd3e75c8ee5bb
3
+ size 2927