pmorelr commited on
Commit
95de351
1 Parent(s): b4f97b2

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,10 +1,15 @@
1
  {
2
- "_name_or_path": "microsoft/layoutlm-base-uncased",
3
  "architectures": [
4
- "LayoutLMForTokenClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
 
7
  "classifier_dropout": null,
 
 
 
 
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
@@ -22,6 +27,7 @@
22
  "10": "Title"
23
  },
24
  "initializer_range": 0.02,
 
25
  "intermediate_size": 3072,
26
  "label2id": {
27
  "Caption": 0,
@@ -36,18 +42,25 @@
36
  "Text": 9,
37
  "Title": 10
38
  },
39
- "layer_norm_eps": 1e-12,
40
  "max_2d_position_embeddings": 1024,
41
- "max_position_embeddings": 512,
42
- "model_type": "layoutlm",
 
 
43
  "num_attention_heads": 12,
 
44
  "num_hidden_layers": 12,
45
- "output_past": true,
46
- "pad_token_id": 0,
47
- "position_embedding_type": "absolute",
 
 
 
 
48
  "torch_dtype": "float32",
49
  "transformers_version": "4.26.0",
50
- "type_vocab_size": 2,
51
- "use_cache": true,
52
- "vocab_size": 30522
53
  }
 
1
  {
2
+ "_name_or_path": "microsoft/layoutlmv3-base",
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,
 
27
  "10": "Title"
28
  },
29
  "initializer_range": 0.02,
30
+ "input_size": 224,
31
  "intermediate_size": 3072,
32
  "label2id": {
33
  "Caption": 0,
 
42
  "Text": 9,
43
  "Title": 10
44
  },
45
+ "layer_norm_eps": 1e-05,
46
  "max_2d_position_embeddings": 1024,
47
+ "max_position_embeddings": 514,
48
+ "max_rel_2d_pos": 256,
49
+ "max_rel_pos": 128,
50
+ "model_type": "layoutlmv3",
51
  "num_attention_heads": 12,
52
+ "num_channels": 3,
53
  "num_hidden_layers": 12,
54
+ "pad_token_id": 1,
55
+ "patch_size": 16,
56
+ "rel_2d_pos_bins": 64,
57
+ "rel_pos_bins": 32,
58
+ "second_input_size": 112,
59
+ "shape_size": 128,
60
+ "text_embed": true,
61
  "torch_dtype": "float32",
62
  "transformers_version": "4.26.0",
63
+ "type_vocab_size": 1,
64
+ "visual_embed": true,
65
+ "vocab_size": 50265
66
  }
logs/1678782942.8073146/events.out.tfevents.1678782942.138-2-233-57.1288406.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e27a76687ea287186ebdb9f947930b5b423640c504b13615983cca4f4252a6f7
3
+ size 5665
logs/events.out.tfevents.1677519047.138-2-233-57.293441.12 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:40000d0fad2e44540c4b8b577323454639515fb82a110a759ab094c10923a6a8
3
- size 14283
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eaa418d02dcffd905294454a8f10579fa207f43e5e31b2ed4a9cec4c6e17dfa8
3
+ size 14637
logs/events.out.tfevents.1677521859.138-2-233-57.293441.14 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c10aa0289cacd85b3c0a6c7a260043333f595179d9a18e5c35cd29652b420af5
3
+ size 544
logs/events.out.tfevents.1678782942.138-2-233-57.1288406.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69056f45d8e5f86d88f6f0d240e334999675b7c37386fa87d4aaa170f4c3112c
3
+ size 5260
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a4c57f268d5db434ef1f3111c328893437ad5f51a49cdc4e85d7fdf05eba885d
3
- size 450618853
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84daf7b12f6e79216f70c71c792c15d6c1d428bc0ece7b8c073b0a9609b28f19
3
+ size 503781199
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f6b3b7725e6955d7684339325b1ad17d92f5c2c595e7a4460ea6431b8cd062c7
3
  size 3503
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18928fff672721a19415cebaf2eee22c923ea56c537d634a6f8fe1f3c718e895
3
  size 3503