brandaobrandisborges commited on
Commit
372460a
1 Parent(s): f41e44b

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/layoutlm-base-uncased",
3
+ "architectures": [
4
+ "LayoutLMForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "O",
13
+ "1": "B-HEADER",
14
+ "2": "I-HEADER",
15
+ "3": "B-QUESTION",
16
+ "4": "I-QUESTION",
17
+ "5": "B-ANSWER",
18
+ "6": "I-ANSWER"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 3072,
22
+ "label2id": {
23
+ "B-ANSWER": 5,
24
+ "B-HEADER": 1,
25
+ "B-QUESTION": 3,
26
+ "I-ANSWER": 6,
27
+ "I-HEADER": 2,
28
+ "I-QUESTION": 4,
29
+ "O": 0
30
+ },
31
+ "layer_norm_eps": 1e-12,
32
+ "max_2d_position_embeddings": 1024,
33
+ "max_position_embeddings": 512,
34
+ "model_type": "layoutlm",
35
+ "num_attention_heads": 12,
36
+ "num_hidden_layers": 12,
37
+ "output_past": true,
38
+ "pad_token_id": 0,
39
+ "position_embedding_type": "absolute",
40
+ "torch_dtype": "float32",
41
+ "transformers_version": "4.26.1",
42
+ "type_vocab_size": 2,
43
+ "use_cache": true,
44
+ "vocab_size": 30522
45
+ }
logs/1678371856.8361754/events.out.tfevents.1678371856.d32b24cc545c.15622.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0b09b83c0c28cdb1c4eed1ce6c99801cf49b237f5edf9fd4dafe0f78cf6487b
3
+ size 5649
logs/1678372059.1316953/events.out.tfevents.1678372059.d32b24cc545c.18705.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:471964cb3440ed3f60d5bf6c8c9fbe573917ea6da168b5344aa95668dc71ebdd
3
+ size 5649
logs/1678372194.4610143/events.out.tfevents.1678372194.d32b24cc545c.19924.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d17abbbc31b6963e97b40b3d4dd0c2faa9978d19e5c049cf3599f88ac70ddf5e
3
+ size 5649
logs/events.out.tfevents.1678371856.d32b24cc545c.15622.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef47241faaa77c3e2e7793ed4a8f42f9d2ce97dcb94a8e1012bf35294a4cf723
3
+ size 40
logs/events.out.tfevents.1678372059.d32b24cc545c.18705.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3059f03f7d9242ca1f732abfdc18975ffcf99e42e9ed6aeb57e467a35ec2059b
3
+ size 40
logs/events.out.tfevents.1678372194.d32b24cc545c.19924.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20a2d21beed1a07a4d0413a7e0d5d3e770c9cc92fa2a2b0dca155e525d05a964
3
+ size 4740
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aedc1627c719aecc317e9d397cf094d8daeb9c6f185504f468f9ee1b2dffa822
3
+ size 450605509
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5950cf34d6366b89e98f9b5703ee1de8397a9180be5dd8f8b888280adeac80af
3
+ size 3515