pedro1111 commited on
Commit
5fad1db
1 Parent(s): 6b88d94

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +57 -0
  2. pytorch_model.bin +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/layoutlmv2-base-uncased",
3
+ "architectures": [
4
+ "LayoutLMForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "coordinate_size": 128,
8
+ "fast_qkv": true,
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "O",
15
+ "1": "B-HEADER",
16
+ "2": "I-HEADER",
17
+ "3": "B-QUESTION",
18
+ "4": "I-QUESTION",
19
+ "5": "B-ANSWER",
20
+ "6": "I-ANSWER"
21
+ },
22
+ "image_feature_pool_shape": [
23
+ 7,
24
+ 7,
25
+ 256
26
+ ],
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 3072,
29
+ "label2id": {
30
+ "B-ANSWER": 5,
31
+ "B-HEADER": 1,
32
+ "B-QUESTION": 3,
33
+ "I-ANSWER": 6,
34
+ "I-HEADER": 2,
35
+ "I-QUESTION": 4,
36
+ "O": 0
37
+ },
38
+ "layer_norm_eps": 1e-12,
39
+ "max_2d_position_embeddings": 1024,
40
+ "max_position_embeddings": 512,
41
+ "max_rel_2d_pos": 256,
42
+ "max_rel_pos": 128,
43
+ "model_type": "layoutlm",
44
+ "num_attention_heads": 12,
45
+ "num_hidden_layers": 12,
46
+ "output_past": true,
47
+ "pad_token_id": 0,
48
+ "position_embedding_type": "absolute",
49
+ "rel_2d_pos_bins": 64,
50
+ "rel_pos_bins": 32,
51
+ "shape_size": 128,
52
+ "torch_dtype": "float32",
53
+ "transformers_version": "4.32.0",
54
+ "type_vocab_size": 2,
55
+ "use_cache": true,
56
+ "vocab_size": 30522
57
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fc2c894f0c44605fc031b58d8e6f2faad0f6baa65df033b9774c7481cd2bc9d
3
+ size 450603969
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:491d724af84912965fbbfe3c967345210ed23da6c16c96f29f7bf9309ae61937
3
+ size 4091