Githubturer commited on
Commit
87342fa
·
1 Parent(s): fd785b0

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-ADDRESS",
13
+ "2": "B-EMAIL",
14
+ "3": "B-NAME",
15
+ "4": "B-PHONE",
16
+ "5": "B-SECTIONHEADER",
17
+ "6": "E-ADDRESS",
18
+ "7": "E-EMAIL",
19
+ "8": "E-NAME",
20
+ "9": "E-PHONE",
21
+ "10": "E-SECTIONHEADER",
22
+ "11": "I-ADDRESS",
23
+ "12": "I-EMAIL",
24
+ "13": "I-NAME",
25
+ "14": "I-PHONE",
26
+ "15": "I-SECTIONHEADER",
27
+ "16": "S-ADDRESS",
28
+ "17": "S-EMAIL",
29
+ "18": "S-NAME",
30
+ "19": "S-PHONE",
31
+ "20": "S-SECTIONHEADER"
32
+ },
33
+ "initializer_range": 0.02,
34
+ "intermediate_size": 3072,
35
+ "label2id": {
36
+ "B-ADDRESS": 1,
37
+ "B-EMAIL": 2,
38
+ "B-NAME": 3,
39
+ "B-PHONE": 4,
40
+ "B-SECTIONHEADER": 5,
41
+ "E-ADDRESS": 6,
42
+ "E-EMAIL": 7,
43
+ "E-NAME": 8,
44
+ "E-PHONE": 9,
45
+ "E-SECTIONHEADER": 10,
46
+ "I-ADDRESS": 11,
47
+ "I-EMAIL": 12,
48
+ "I-NAME": 13,
49
+ "I-PHONE": 14,
50
+ "I-SECTIONHEADER": 15,
51
+ "O": 0,
52
+ "S-ADDRESS": 16,
53
+ "S-EMAIL": 17,
54
+ "S-NAME": 18,
55
+ "S-PHONE": 19,
56
+ "S-SECTIONHEADER": 20
57
+ },
58
+ "layer_norm_eps": 1e-12,
59
+ "max_2d_position_embeddings": 1024,
60
+ "max_position_embeddings": 512,
61
+ "model_type": "layoutlm",
62
+ "num_attention_heads": 12,
63
+ "num_hidden_layers": 12,
64
+ "output_past": true,
65
+ "pad_token_id": 0,
66
+ "position_embedding_type": "absolute",
67
+ "torch_dtype": "float32",
68
+ "transformers_version": "4.28.0",
69
+ "type_vocab_size": 2,
70
+ "use_cache": true,
71
+ "vocab_size": 30522
72
+ }
logs/1694093852.811868/events.out.tfevents.1694093852.XPS15-MartinJ ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe786e75eceb4cbde8075f163700fad0855430cab21cc896b740d5173bc3e821
3
+ size 5552
logs/events.out.tfevents.1694093852.XPS15-MartinJ ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9744110613100216cb76334412e26c27c23f46102a184327c2a912f859512e9
3
+ size 5006
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c566a5698e50eff63473f80a56b3d8883e54be9c411f76a64a988b0bc2a19ae
3
+ size 450651461
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a765f92670558ca7002470adecd6484870a84746e9385d65161461d4461807ca
3
+ size 3643