mishtert commited on
Commit
cba5593
·
1 Parent(s): e6714f8

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -57
config.json DELETED
@@ -1,57 +0,0 @@
1
- {
2
- "_name_or_path": "microsoft/layoutlmv3-base",
3
- "architectures": [
4
- "LayoutLMv3ForTokenClassification"
5
- ],
6
- "attention_probs_dropout_prob": 0.1,
7
- "bos_token_id": 0,
8
- "classifier_dropout": null,
9
- "coordinate_size": 128,
10
- "eos_token_id": 2,
11
- "finetuning_task": "ner",
12
- "has_relative_attention_bias": true,
13
- "has_spatial_attention_bias": true,
14
- "hidden_act": "gelu",
15
- "hidden_dropout_prob": 0.1,
16
- "hidden_size": 768,
17
- "id2label": {
18
- "0": "O",
19
- "1": "B-HEADER",
20
- "2": "I-HEADER",
21
- "3": "B-QUESTION",
22
- "4": "I-QUESTION",
23
- "5": "B-ANSWER",
24
- "6": "I-ANSWER"
25
- },
26
- "initializer_range": 0.02,
27
- "input_size": 224,
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-05,
39
- "max_2d_position_embeddings": 1024,
40
- "max_position_embeddings": 514,
41
- "max_rel_2d_pos": 256,
42
- "max_rel_pos": 128,
43
- "model_type": "layoutlmv3",
44
- "num_attention_heads": 12,
45
- "num_hidden_layers": 12,
46
- "pad_token_id": 1,
47
- "patch_size": 16,
48
- "rel_2d_pos_bins": 64,
49
- "rel_pos_bins": 32,
50
- "second_input_size": 112,
51
- "shape_size": 128,
52
- "torch_dtype": "float32",
53
- "transformers_version": "4.19.0.dev0",
54
- "type_vocab_size": 1,
55
- "visual_embed": true,
56
- "vocab_size": 50265
57
- }