pabloma09 commited on
Commit
ef14519
1 Parent(s): 16805e6

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.1710948155.DESKTOP-HA84SVN.2345998.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88501943a8e84a3529bbb4236a422e9ebcd0cef0f37c329d2479a4373cdce0d5
3
+ size 5613
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f6539ff6f73e5a2aea3e4814017dc3f63ea3ced93873f1530793ffa5f0ab2de
3
+ size 450561288
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19993db9bd8d92746b4d5d34c236bc60b5cf4a7b4ea14ad31f73800cd163e212
3
+ size 4920