Ao-Lee commited on
Commit
f278b91
1 Parent(s): 507a1ef

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/layoutlm-base-uncased",
3
+ "architectures": [
4
+ "LayoutLMForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "O",
12
+ "1": "B-HEADER",
13
+ "2": "I-HEADER",
14
+ "3": "B-QUESTION",
15
+ "4": "I-QUESTION",
16
+ "5": "B-ANSWER",
17
+ "6": "I-ANSWER"
18
+ },
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "B-ANSWER": 5,
23
+ "B-HEADER": 1,
24
+ "B-QUESTION": 3,
25
+ "I-ANSWER": 6,
26
+ "I-HEADER": 2,
27
+ "I-QUESTION": 4,
28
+ "O": 0
29
+ },
30
+ "layer_norm_eps": 1e-12,
31
+ "max_2d_position_embeddings": 1024,
32
+ "max_position_embeddings": 512,
33
+ "model_type": "layoutlm",
34
+ "num_attention_heads": 12,
35
+ "num_hidden_layers": 12,
36
+ "output_past": true,
37
+ "pad_token_id": 0,
38
+ "position_embedding_type": "absolute",
39
+ "torch_dtype": "float32",
40
+ "transformers_version": "4.27.3",
41
+ "type_vocab_size": 2,
42
+ "use_cache": true,
43
+ "vocab_size": 30522
44
+ }
logs/1679906664.6570706/events.out.tfevents.1679906664.DESKTOP-JVUA7IP.6260.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5488e53c0ed8bf75329b41cc38886154f44f5ddc735c568a331af9dd14c9b19b
3
+ size 5806
logs/1679906741.7119253/events.out.tfevents.1679906741.DESKTOP-JVUA7IP.6260.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:807544469e868d212500d4ad02ce38883c07d7d6392bbc7ae33f6759ae3ae29b
3
+ size 5806
logs/1679906790.759114/events.out.tfevents.1679906790.DESKTOP-JVUA7IP.6260.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eeba6578556a89848a5f9a349464668f6688b3cb971c854c4014f449636fb219
3
+ size 5806
logs/1679906831.7118115/events.out.tfevents.1679906831.DESKTOP-JVUA7IP.14168.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:164dda6482e9445294028dcb3fdb236176f326521f102cd6f8e1135ce1bd69af
3
+ size 5806
logs/events.out.tfevents.1679906664.DESKTOP-JVUA7IP.6260.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88c09333f82470aa718fbfe36c23d3e917cae62c196054bb048a137a68220de5
3
+ size 4218
logs/events.out.tfevents.1679906741.DESKTOP-JVUA7IP.6260.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c18b3dec2c9eb66c1b27aed56ad1006a3daacb0481b23f07c63e06a9e213e52b
3
+ size 4217
logs/events.out.tfevents.1679906790.DESKTOP-JVUA7IP.6260.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53be27b2bcdfb51e287d6a94d9dd9b16ac1325f192b24d7953fa4841dce2ffd2
3
+ size 4217
logs/events.out.tfevents.1679906831.DESKTOP-JVUA7IP.14168.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c6c66edad9a00ccf1203bdafef7db0c46d063d93b69b9e73a03b4165b6857f9
3
+ size 4866
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e472a678fcc5fc1dec7e13793d1143edf8fa69dd547518c3aec361b9c029123e
3
+ size 450608389
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4eb1f0361d82976e7825b080c89cae765ac1ce3954ae2793035a2ff6be619175
3
+ size 3579