antoniogr7
commited on
Commit
•
d78cd99
1
Parent(s):
46071bb
Upload 2 files
Browse files- config.json +33 -0
- model_final.pth +3 -0
config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"attention_probs_dropout_prob": 0.1,
|
3 |
+
"bos_token_id": 0,
|
4 |
+
"classifier_dropout": null,
|
5 |
+
"coordinate_size": 128,
|
6 |
+
"eos_token_id": 2,
|
7 |
+
"has_relative_attention_bias": true,
|
8 |
+
"has_spatial_attention_bias": true,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"input_size": 224,
|
14 |
+
"intermediate_size": 3072,
|
15 |
+
"layer_norm_eps": 1e-05,
|
16 |
+
"max_2d_position_embeddings": 1024,
|
17 |
+
"max_position_embeddings": 514,
|
18 |
+
"max_rel_2d_pos": 256,
|
19 |
+
"max_rel_pos": 128,
|
20 |
+
"model_type": "layoutlmv3",
|
21 |
+
"num_attention_heads": 12,
|
22 |
+
"num_hidden_layers": 12,
|
23 |
+
"pad_token_id": 1,
|
24 |
+
"rel_2d_pos_bins": 64,
|
25 |
+
"rel_pos_bins": 32,
|
26 |
+
"second_input_size": 112,
|
27 |
+
"shape_size": 128,
|
28 |
+
"torch_dtype": "float32",
|
29 |
+
"transformers_version": "4.12.5",
|
30 |
+
"type_vocab_size": 1,
|
31 |
+
"visual_embed": true,
|
32 |
+
"vocab_size": 250002
|
33 |
+
}
|
model_final.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd2402ed4dd01de36c659a1e7dad35541adb2265df8599f0a071b1cb66bbbc5c
|
3 |
+
size 564052519
|