uttam333 commited on
Commit
1609611
1 Parent(s): af0edc3

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/layoutlm-base-uncased",
3
+ "architectures": [
4
+ "LayoutLMv3ForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "coordinate_size": 128,
10
+ "eos_token_id": 2,
11
+ "has_relative_attention_bias": true,
12
+ "has_spatial_attention_bias": true,
13
+ "hidden_act": "gelu",
14
+ "hidden_dropout_prob": 0.1,
15
+ "hidden_size": 768,
16
+ "id2label": {
17
+ "0": "I-noise",
18
+ "1": "I-signal"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "input_size": 224,
22
+ "intermediate_size": 3072,
23
+ "label2id": {
24
+ "I-noise": 0,
25
+ "I-signal": 1
26
+ },
27
+ "layer_norm_eps": 1e-12,
28
+ "max_2d_position_embeddings": 1024,
29
+ "max_position_embeddings": 512,
30
+ "max_rel_2d_pos": 256,
31
+ "max_rel_pos": 128,
32
+ "model_type": "layoutlmv3",
33
+ "num_attention_heads": 12,
34
+ "num_channels": 3,
35
+ "num_hidden_layers": 12,
36
+ "output_past": true,
37
+ "pad_token_id": 0,
38
+ "patch_size": 16,
39
+ "position_embedding_type": "absolute",
40
+ "rel_2d_pos_bins": 64,
41
+ "rel_pos_bins": 32,
42
+ "shape_size": 128,
43
+ "text_embed": true,
44
+ "torch_dtype": "float32",
45
+ "transformers_version": "4.36.2",
46
+ "type_vocab_size": 2,
47
+ "use_cache": true,
48
+ "visual_embed": true,
49
+ "vocab_size": 30522
50
+ }
logs/events.out.tfevents.1704891390.7a58615b5183.493.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b31ffbb1a912f50ca592e22e3a36f625e24d5577a15723a3e29434ece00364d
3
+ size 5536
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4e915ef749b611afc5419fea7520908667faa2b1e63b31b8fda300acd128695
3
+ size 440686560
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95bb519b8dd5d7c786e9b0416bf9e3716cdeeeb6d2498d9bc2f2063cfb4fcf37
3
+ size 4728