pabloma09 commited on
Commit
8c0e769
1 Parent(s): 1772a5d

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "LOGO",
12
+ "1": "FOOTER",
13
+ "2": "LINEITEMTABLE",
14
+ "3": "HEADER",
15
+ "4": "VAT_TABLE_SUMMARY",
16
+ "5": "PAYMENTINFORMATION",
17
+ "6": "INVOICEDETAILS",
18
+ "7": "CONTACT"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 3072,
22
+ "label2id": {
23
+ "CONTACT": 7,
24
+ "FOOTER": 1,
25
+ "HEADER": 3,
26
+ "INVOICEDETAILS": 6,
27
+ "LINEITEMTABLE": 2,
28
+ "LOGO": 0,
29
+ "PAYMENTINFORMATION": 5,
30
+ "VAT_TABLE_SUMMARY": 4
31
+ },
32
+ "layer_norm_eps": 1e-12,
33
+ "max_2d_position_embeddings": 1024,
34
+ "max_position_embeddings": 512,
35
+ "model_type": "layoutlm",
36
+ "num_attention_heads": 12,
37
+ "num_hidden_layers": 12,
38
+ "output_past": true,
39
+ "pad_token_id": 0,
40
+ "position_embedding_type": "absolute",
41
+ "torch_dtype": "float32",
42
+ "transformers_version": "4.38.2",
43
+ "type_vocab_size": 2,
44
+ "use_cache": true,
45
+ "vocab_size": 30522
46
+ }
logs/events.out.tfevents.1710934450.DESKTOP-HA84SVN.2308077.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72af6842281688bf265dbf9df3c1853ea7951292a13be06c6e4dd69b741ddc88
3
+ size 5617
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:206bb42ea65f661033fc2a260131771a7924ef94dd2e0807436ef5a4a6267a0f
3
+ size 450561288
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbc5edd2585cc357f6011758ea5c9b509cca54fc5474c78452df380b3ed2efa5
3
+ size 4920