uttam333 commited on
Commit
32b1a49
·
1 Parent(s): cf8297b

Training in progress, epoch 11

Browse files
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "I_noise",
12
+ "1": "I_signal"
13
+ },
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 3072,
16
+ "label2id": {
17
+ "I_noise": 0,
18
+ "I_signal": 1
19
+ },
20
+ "layer_norm_eps": 1e-12,
21
+ "max_2d_position_embeddings": 1024,
22
+ "max_position_embeddings": 512,
23
+ "model_type": "layoutlm",
24
+ "num_attention_heads": 12,
25
+ "num_hidden_layers": 12,
26
+ "output_past": true,
27
+ "pad_token_id": 0,
28
+ "position_embedding_type": "absolute",
29
+ "torch_dtype": "float32",
30
+ "transformers_version": "4.36.2",
31
+ "type_vocab_size": 2,
32
+ "use_cache": true,
33
+ "vocab_size": 30522
34
+ }
logs/events.out.tfevents.1704797153.854ba1d670db.1167.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:087557f04984e53fce35e82395b9027c17de1606c487127dd9d024b59017f277
3
+ size 11666
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2187586ce6d814caf040b52cbe26f19e3046ae3116b9ee6cc0a84b199ad7ba87
3
+ size 450542824
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d9e14f17ede6316b9f48b101377386637cf57ab99b436bb8c4e22f179699635
3
+ size 4728