janbl06 commited on
Commit
0bcf991
·
verified ·
1 Parent(s): 95b42c2

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "null",
11
+ "1": "paragraph"
12
+ },
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 3072,
15
+ "label2id": {
16
+ "null": 0,
17
+ "paragraph": 1
18
+ },
19
+ "layer_norm_eps": 1e-12,
20
+ "max_2d_position_embeddings": 1024,
21
+ "max_position_embeddings": 512,
22
+ "model_type": "layoutlm",
23
+ "num_attention_heads": 12,
24
+ "num_hidden_layers": 12,
25
+ "output_past": true,
26
+ "pad_token_id": 0,
27
+ "position_embedding_type": "absolute",
28
+ "torch_dtype": "float32",
29
+ "transformers_version": "4.52.3",
30
+ "type_vocab_size": 2,
31
+ "use_cache": true,
32
+ "vocab_size": 30522
33
+ }
logs/events.out.tfevents.1748607428.VWLTS ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7285e297bf0cef19d98ebbc3e07cf3ddeeb4aa8eb076e2fb5bfb3e3a924d93b5
3
+ size 4915
logs/events.out.tfevents.1748607961.VWLTS ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eaae5ce74a969e104b9ec38a9dbb11ec7028715bbd3a7ef4e417a83f083e11b1
3
+ size 5169
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b86af51f8f0e62ff362102e03535db94e9c2026cc4b9dd71b7295e8df90d1c8
3
+ size 450542824
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:754275d054d3425663c632d055a44d5acc7878adc372e4f35500282536d15c62
3
+ size 5713