OtraBoi commited on
Commit
2a578c0
·
1 Parent(s): ae90b07

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -65
config.json DELETED
@@ -1,65 +0,0 @@
1
- {
2
- "_name_or_path": "microsoft/layoutlmv3-base",
3
- "architectures": [
4
- "LayoutLMv3ForSequenceClassification"
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
- "has_relative_attention_bias": true,
12
- "has_spatial_attention_bias": true,
13
- "hidden_act": "gelu",
14
- "hidden_dropout_prob": 0.1,
15
- "hidden_size": 768,
16
- "id2label": {
17
- "0": "BRC_Cert",
18
- "1": "Organic",
19
- "2": "BRC_Audit",
20
- "3": "FSSC_Cert",
21
- "4": "SQF_Audit",
22
- "5": "SQF_Cert",
23
- "6": "Kosher",
24
- "7": "FSSC_Audit",
25
- "8": "Halal",
26
- "9": "Other"
27
- },
28
- "initializer_range": 0.02,
29
- "input_size": 224,
30
- "intermediate_size": 3072,
31
- "label2id": {
32
- "BRC_Audit": 2,
33
- "BRC_Cert": 0,
34
- "FSSC_Audit": 7,
35
- "FSSC_Cert": 3,
36
- "Halal": 8,
37
- "Kosher": 6,
38
- "Organic": 1,
39
- "Other": 9,
40
- "SQF_Audit": 4,
41
- "SQF_Cert": 5
42
- },
43
- "layer_norm_eps": 1e-05,
44
- "max_2d_position_embeddings": 1024,
45
- "max_position_embeddings": 514,
46
- "max_rel_2d_pos": 256,
47
- "max_rel_pos": 128,
48
- "model_type": "layoutlmv3",
49
- "num_attention_heads": 12,
50
- "num_channels": 3,
51
- "num_hidden_layers": 12,
52
- "pad_token_id": 1,
53
- "patch_size": 16,
54
- "problem_type": "single_label_classification",
55
- "rel_2d_pos_bins": 64,
56
- "rel_pos_bins": 32,
57
- "second_input_size": 112,
58
- "shape_size": 128,
59
- "text_embed": true,
60
- "torch_dtype": "float32",
61
- "transformers_version": "4.24.0.dev0",
62
- "type_vocab_size": 1,
63
- "visual_embed": true,
64
- "vocab_size": 50265
65
- }