pabloma09 commited on
Commit
24ba2a8
·
verified ·
1 Parent(s): 4c29790

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LayoutLMForTokenClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "hidden_act": "gelu",
7
+ "hidden_dropout_prob": 0.1,
8
+ "hidden_size": 768,
9
+ "id2label": {
10
+ "0": "O",
11
+ "1": "Company",
12
+ "2": "Date",
13
+ "3": "Address",
14
+ "4": "Total"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 3072,
18
+ "label2id": {
19
+ "Address": 3,
20
+ "Company": 1,
21
+ "Date": 2,
22
+ "O": 0,
23
+ "Total": 4
24
+ },
25
+ "layer_norm_eps": 1e-12,
26
+ "max_2d_position_embeddings": 1024,
27
+ "max_position_embeddings": 512,
28
+ "model_type": "layoutlm",
29
+ "num_attention_heads": 12,
30
+ "num_hidden_layers": 12,
31
+ "output_past": true,
32
+ "pad_token_id": 0,
33
+ "position_embedding_type": "absolute",
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.50.0",
36
+ "type_vocab_size": 2,
37
+ "use_cache": true,
38
+ "vocab_size": 30522
39
+ }
logs/events.out.tfevents.1742906856.14d8c44976ca.6703.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bf64d10e0c20ca1a680b2d9e32b30ff8a67cfaccba3b35174cd4cb0d4394e37
3
+ size 5898
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f20c9575a456a384551c3515f56b696b204a03997673d7c24e7774f87d88c6f6
3
+ size 450552060
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bd1e6b5ba8ae475b5ca9abdf728af3e00f74ad6c0fd4fe0a2d37f6862568292
3
+ size 5368