Reshma27 commited on
Commit
a44fdd4
1 Parent(s): 916b915
Files changed (2) hide show
  1. config.json +65 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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,
11
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2",
15
+ "3": "LABEL_3",
16
+ "4": "LABEL_4",
17
+ "5": "LABEL_5",
18
+ "6": "LABEL_6",
19
+ "7": "LABEL_7",
20
+ "8": "LABEL_8",
21
+ "9": "LABEL_9",
22
+ "10": "LABEL_10",
23
+ "11": "LABEL_11",
24
+ "12": "LABEL_12",
25
+ "13": "LABEL_13",
26
+ "14": "LABEL_14",
27
+ "15": "LABEL_15",
28
+ "16": "LABEL_16"
29
+ },
30
+ "initializer_range": 0.02,
31
+ "intermediate_size": 3072,
32
+ "label2id": {
33
+ "LABEL_0": 0,
34
+ "LABEL_1": 1,
35
+ "LABEL_10": 10,
36
+ "LABEL_11": 11,
37
+ "LABEL_12": 12,
38
+ "LABEL_13": 13,
39
+ "LABEL_14": 14,
40
+ "LABEL_15": 15,
41
+ "LABEL_16": 16,
42
+ "LABEL_2": 2,
43
+ "LABEL_3": 3,
44
+ "LABEL_4": 4,
45
+ "LABEL_5": 5,
46
+ "LABEL_6": 6,
47
+ "LABEL_7": 7,
48
+ "LABEL_8": 8,
49
+ "LABEL_9": 9
50
+ },
51
+ "layer_norm_eps": 1e-12,
52
+ "max_2d_position_embeddings": 1024,
53
+ "max_position_embeddings": 512,
54
+ "model_type": "layoutlm",
55
+ "num_attention_heads": 12,
56
+ "num_hidden_layers": 12,
57
+ "output_past": true,
58
+ "pad_token_id": 0,
59
+ "position_embedding_type": "absolute",
60
+ "torch_dtype": "float32",
61
+ "transformers_version": "4.20.0",
62
+ "type_vocab_size": 2,
63
+ "use_cache": true,
64
+ "vocab_size": 30522
65
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48727bafaa09e43f01d0b62dd4c189079178107a4c84d57b1f6580e9f0955ca4
3
+ size 450634469