sunayana2002 commited on
Commit
2543714
·
verified ·
1 Parent(s): 9ce6787

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "B-HEADER",
12
+ "2": "I-HEADER",
13
+ "3": "B-QUESTION",
14
+ "4": "I-QUESTION",
15
+ "5": "B-ANSWER",
16
+ "6": "I-ANSWER"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "B-ANSWER": 5,
22
+ "B-HEADER": 1,
23
+ "B-QUESTION": 3,
24
+ "I-ANSWER": 6,
25
+ "I-HEADER": 2,
26
+ "I-QUESTION": 4,
27
+ "O": 0
28
+ },
29
+ "layer_norm_eps": 1e-12,
30
+ "max_2d_position_embeddings": 1024,
31
+ "max_position_embeddings": 512,
32
+ "model_type": "layoutlm",
33
+ "num_attention_heads": 12,
34
+ "num_hidden_layers": 12,
35
+ "output_past": true,
36
+ "pad_token_id": 0,
37
+ "position_embedding_type": "absolute",
38
+ "torch_dtype": "float32",
39
+ "transformers_version": "4.52.3",
40
+ "type_vocab_size": 2,
41
+ "use_cache": true,
42
+ "vocab_size": 30522
43
+ }
logs/events.out.tfevents.1748321744.DESKTOP-7MSM0GK.19140.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fa9112ee73cb7210e9b0b8d6cf5057ee590fb6bc2d573b1ba732820476346db
3
+ size 5837
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ca38bee203d0a5b1c0c25c41f2b8c205585d1e4dab4b728b8334e443aa60964
3
+ size 450558212
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef77c09c24fab39bfbc9d57e4606806adc4ecf3adff2587ae513667dbf28b7bb
3
+ size 5713