pmorelr commited on
Commit
537a9fd
·
1 Parent(s): d4ed6d4

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Caption",
13
+ "1": "Footnote",
14
+ "2": "Formula",
15
+ "3": "List-Item",
16
+ "4": "Page-Footer",
17
+ "5": "Page-Header",
18
+ "6": "Picture",
19
+ "7": "Section-Header",
20
+ "8": "Table",
21
+ "9": "Text",
22
+ "10": "Title"
23
+ },
24
+ "initializer_range": 0.02,
25
+ "intermediate_size": 3072,
26
+ "label2id": {
27
+ "Caption": 0,
28
+ "Footnote": 1,
29
+ "Formula": 2,
30
+ "List-Item": 3,
31
+ "Page-Footer": 4,
32
+ "Page-Header": 5,
33
+ "Picture": 6,
34
+ "Section-Header": 7,
35
+ "Table": 8,
36
+ "Text": 9,
37
+ "Title": 10
38
+ },
39
+ "layer_norm_eps": 1e-12,
40
+ "max_2d_position_embeddings": 1024,
41
+ "max_position_embeddings": 512,
42
+ "model_type": "layoutlm",
43
+ "num_attention_heads": 12,
44
+ "num_hidden_layers": 12,
45
+ "output_past": true,
46
+ "pad_token_id": 0,
47
+ "position_embedding_type": "absolute",
48
+ "torch_dtype": "float32",
49
+ "transformers_version": "4.26.0",
50
+ "type_vocab_size": 2,
51
+ "use_cache": true,
52
+ "vocab_size": 30522
53
+ }
logs/1677335580.7969823/events.out.tfevents.1677335580.138-2-233-57.233219.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:922f63391638da6109a6643ca2f4735b0cff96375a2616591ca8ce3c50126a10
3
+ size 5665
logs/1677335648.5428905/events.out.tfevents.1677335648.138-2-233-57.233219.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cea3eff3acffc8ba79296a7ffdf4251bef37b808316d0bf493675217e6d3132a
3
+ size 5665
logs/events.out.tfevents.1677335580.138-2-233-57.233219.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23a25ab1772f3911c393e7e03a69f5b0a7daaf3a59a6e88bbb0265378839dd99
3
+ size 4276
logs/events.out.tfevents.1677335648.138-2-233-57.233219.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7552637106e42b30ac18b3f5f9bd1edb494e2fd08380b52bfa91b960b54228ec
3
+ size 4938
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96ab8517c948a38efbb5cfd30901b41210310bddfe60cc90e15bbb091e1dbfa3
3
+ size 450618853
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6b3b7725e6955d7684339325b1ad17d92f5c2c595e7a4460ea6431b8cd062c7
3
+ size 3503