init
Browse files- config.json +37 -0
- pytorch_model.bin +3 -0
- sentencepiece.bpe.model +3 -0
- tokenizer.json +0 -0
config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"attention_probs_dropout_prob": 0.1,
|
3 |
+
"bos_token_id": 0,
|
4 |
+
"coordinate_size": 128,
|
5 |
+
"eos_token_id": 2,
|
6 |
+
"fast_qkv": false,
|
7 |
+
"gradient_checkpointing": false,
|
8 |
+
"has_relative_attention_bias": false,
|
9 |
+
"has_spatial_attention_bias": false,
|
10 |
+
"has_visual_segment_embedding": true,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"hidden_dropout_prob": 0.1,
|
13 |
+
"hidden_size": 768,
|
14 |
+
"image_feature_pool_shape": [
|
15 |
+
7,
|
16 |
+
7,
|
17 |
+
256
|
18 |
+
],
|
19 |
+
"initializer_range": 0.02,
|
20 |
+
"intermediate_size": 3072,
|
21 |
+
"layer_norm_eps": 1e-05,
|
22 |
+
"max_2d_position_embeddings": 1024,
|
23 |
+
"max_position_embeddings": 514,
|
24 |
+
"max_rel_2d_pos": 256,
|
25 |
+
"max_rel_pos": 128,
|
26 |
+
"model_type": "layoutxlm",
|
27 |
+
"num_attention_heads": 12,
|
28 |
+
"num_hidden_layers": 12,
|
29 |
+
"output_past": true,
|
30 |
+
"pad_token_id": 1,
|
31 |
+
"shape_size": 128,
|
32 |
+
"rel_2d_pos_bins": 64,
|
33 |
+
"rel_pos_bins": 32,
|
34 |
+
"transformers_version": "4.5.1",
|
35 |
+
"type_vocab_size": 1,
|
36 |
+
"vocab_size": 250002
|
37 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7408a8b3ae40abfec0bb01a6af4971aabb3aa46f8d142e405595d4745525ccef
|
3 |
+
size 1476537178
|
sentencepiece.bpe.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
|
3 |
+
size 5069051
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|