trng1305 commited on
Commit
9e8ad95
·
1 Parent(s): 359375b

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/layoutlmv2-base-uncased",
3
+ "architectures": [
4
+ "LayoutLMForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "coordinate_size": 128,
8
+ "fast_qkv": true,
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "O",
15
+ "1": "B-COMPANY",
16
+ "2": "I-COMPANY",
17
+ "3": "B-DATE",
18
+ "4": "I-DATE",
19
+ "5": "B-ADDRESS",
20
+ "6": "I-ADDRESS",
21
+ "7": "B-TOTAL",
22
+ "8": "I-TOTAL"
23
+ },
24
+ "image_feature_pool_shape": [
25
+ 7,
26
+ 7,
27
+ 256
28
+ ],
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 3072,
31
+ "label2id": {
32
+ "B-ADDRESS": 5,
33
+ "B-COMPANY": 1,
34
+ "B-DATE": 3,
35
+ "B-TOTAL": 7,
36
+ "I-ADDRESS": 6,
37
+ "I-COMPANY": 2,
38
+ "I-DATE": 4,
39
+ "I-TOTAL": 8,
40
+ "O": 0
41
+ },
42
+ "layer_norm_eps": 1e-12,
43
+ "max_2d_position_embeddings": 1024,
44
+ "max_position_embeddings": 512,
45
+ "max_rel_2d_pos": 256,
46
+ "max_rel_pos": 128,
47
+ "model_type": "layoutlm",
48
+ "num_attention_heads": 12,
49
+ "num_hidden_layers": 12,
50
+ "output_past": true,
51
+ "pad_token_id": 0,
52
+ "position_embedding_type": "absolute",
53
+ "rel_2d_pos_bins": 64,
54
+ "rel_pos_bins": 32,
55
+ "shape_size": 128,
56
+ "torch_dtype": "float32",
57
+ "transformers_version": "4.28.0",
58
+ "type_vocab_size": 2,
59
+ "use_cache": true,
60
+ "vocab_size": 30522
61
+ }
logs/1700682817.4792845/events.out.tfevents.1700682817.66cecd516baf.935.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4633b81be9a600fd6009736c05dc80b5a7a694f733cafe2adf57bdf8c1fa4a8
3
+ size 5863
logs/events.out.tfevents.1700682817.66cecd516baf.935.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb2efdcb01e38517a3a7d8a8d99df060ffd83cfaa5c5479f202ba1555f40e006
3
+ size 5226
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:febcad4962b2a7824d4632e88ed0b8e2025f901e7aaa9f6b5a95e058a41489e8
3
+ size 450614978
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51d03984b02b29e095e480fbfca46ddc360a8f37dff2f5d447d5c4700f054234
3
+ size 4024