Commit
·
cd9ad8b
1
Parent(s):
bd1e111
Upload LayoutLMForTokenClassification
Browse files- config.json +42 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "avai_Hi_dekhte_hain_last_vala",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"LayoutLMForTokenClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"bos_token_id": 0,
|
| 8 |
+
"classifier_dropout": null,
|
| 9 |
+
"coordinate_size": 171,
|
| 10 |
+
"eos_token_id": 2,
|
| 11 |
+
"has_relative_attention_bias": true,
|
| 12 |
+
"has_spatial_attention_bias": true,
|
| 13 |
+
"hidden_act": "gelu",
|
| 14 |
+
"hidden_dropout_prob": 0.1,
|
| 15 |
+
"hidden_size": 1024,
|
| 16 |
+
"initializer_range": 0.02,
|
| 17 |
+
"input_size": 224,
|
| 18 |
+
"intermediate_size": 4096,
|
| 19 |
+
"layer_norm_eps": 1e-05,
|
| 20 |
+
"max_2d_position_embeddings": 1024,
|
| 21 |
+
"max_position_embeddings": 514,
|
| 22 |
+
"max_rel_2d_pos": 256,
|
| 23 |
+
"max_rel_pos": 128,
|
| 24 |
+
"model_type": "layoutlm",
|
| 25 |
+
"num_attention_heads": 16,
|
| 26 |
+
"num_channels": 3,
|
| 27 |
+
"num_hidden_layers": 24,
|
| 28 |
+
"pad_token_id": 1,
|
| 29 |
+
"patch_size": 16,
|
| 30 |
+
"position_embedding_type": "absolute",
|
| 31 |
+
"rel_2d_pos_bins": 64,
|
| 32 |
+
"rel_pos_bins": 32,
|
| 33 |
+
"second_input_size": 112,
|
| 34 |
+
"shape_size": 170,
|
| 35 |
+
"text_embed": true,
|
| 36 |
+
"torch_dtype": "float32",
|
| 37 |
+
"transformers_version": "4.32.0.dev0",
|
| 38 |
+
"type_vocab_size": 1,
|
| 39 |
+
"use_cache": true,
|
| 40 |
+
"visual_embed": true,
|
| 41 |
+
"vocab_size": 50265
|
| 42 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2a0d44043711101c86cbfa09651999a5a7f01544e2d0130136c4a20f4210203
|
| 3 |
+
size 1438356225
|