vn24 commited on
Commit
77b36c3
1 Parent(s): 02f9911

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,13 +1,9 @@
1
  {
2
- "_name_or_path": "impira/layoutlm-document-qa",
3
  "architectures": [
4
  "LayoutLMForTokenClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
- "bos_token_id": 0,
8
- "classifier_dropout": null,
9
- "eos_token_id": 2,
10
- "gradient_checkpointing": false,
11
  "hidden_act": "gelu",
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 768,
@@ -31,18 +27,18 @@
31
  "I-QUESTION": 4,
32
  "O": 0
33
  },
34
- "layer_norm_eps": 1e-05,
35
  "max_2d_position_embeddings": 1024,
36
- "max_position_embeddings": 514,
37
  "model_type": "layoutlm",
38
  "num_attention_heads": 12,
39
  "num_hidden_layers": 12,
40
- "pad_token_id": 1,
 
41
  "position_embedding_type": "absolute",
42
- "tokenizer_class": "RobertaTokenizer",
43
  "torch_dtype": "float32",
44
  "transformers_version": "4.35.2",
45
- "type_vocab_size": 1,
46
  "use_cache": true,
47
- "vocab_size": 50265
48
  }
 
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,
 
27
  "I-QUESTION": 4,
28
  "O": 0
29
  },
30
+ "layer_norm_eps": 1e-12,
31
  "max_2d_position_embeddings": 1024,
32
+ "max_position_embeddings": 512,
33
  "model_type": "layoutlm",
34
  "num_attention_heads": 12,
35
  "num_hidden_layers": 12,
36
+ "output_past": true,
37
+ "pad_token_id": 0,
38
  "position_embedding_type": "absolute",
 
39
  "torch_dtype": "float32",
40
  "transformers_version": "4.35.2",
41
+ "type_vocab_size": 2,
42
  "use_cache": true,
43
+ "vocab_size": 30522
44
  }
logs/events.out.tfevents.1705312461.49453ba0d166.795.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a1c17f364ae70df0db13b7ba795a3299deac00b2b64f4827d7c42d6b79a9d11
3
+ size 5112
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1d46184f6d8686d92b1f3744af7b738a0825e6f730d3e2c88109468350addbae
3
- size 511211780
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d16516ada629029b4d61d998599f5fadf33dab785088b73e5a30efb70faf89c0
3
+ size 450558212
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c05f85c47e4fd3248e3356837043bddb3d364d9441742fc7e746f27e8343e752
3
  size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb25d8be63e32b4b3a5414afa2d2ed344a35630ef0c8f4128b71e8c89e4349b7
3
  size 4536