SonishMaharjan
commited on
Commit
•
6c7d2ce
1
Parent(s):
d4c92f7
Delete config.json
Browse files- config.json +0 -83
config.json
DELETED
@@ -1,83 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_name_or_path": "microsoft/dit-base-finetuned-rvlcdip",
|
3 |
-
"architectures": [
|
4 |
-
"BeitForImageClassification"
|
5 |
-
],
|
6 |
-
"attention_probs_dropout_prob": 0.0,
|
7 |
-
"auxiliary_channels": 256,
|
8 |
-
"auxiliary_concat_input": false,
|
9 |
-
"auxiliary_loss_weight": 0.4,
|
10 |
-
"auxiliary_num_convs": 1,
|
11 |
-
"drop_path_rate": 0.1,
|
12 |
-
"hidden_act": "gelu",
|
13 |
-
"hidden_dropout_prob": 0.0,
|
14 |
-
"hidden_size": 768,
|
15 |
-
"id2label": {
|
16 |
-
"0": "letter",
|
17 |
-
"1": "form",
|
18 |
-
"2": "email",
|
19 |
-
"3": "handwritten",
|
20 |
-
"4": "advertisement",
|
21 |
-
"5": "scientific report",
|
22 |
-
"6": "scientific publication",
|
23 |
-
"7": "specification",
|
24 |
-
"8": "file folder",
|
25 |
-
"9": "news article",
|
26 |
-
"10": "budget",
|
27 |
-
"11": "invoice",
|
28 |
-
"12": "presentation",
|
29 |
-
"13": "questionnaire",
|
30 |
-
"14": "resume",
|
31 |
-
"15": "memo"
|
32 |
-
},
|
33 |
-
"image_size": 224,
|
34 |
-
"initializer_range": 0.02,
|
35 |
-
"intermediate_size": 3072,
|
36 |
-
"label2id": {
|
37 |
-
"advertisement": 4,
|
38 |
-
"budget": 10,
|
39 |
-
"email": 2,
|
40 |
-
"file folder": 8,
|
41 |
-
"form": 1,
|
42 |
-
"handwritten": 3,
|
43 |
-
"invoice": 11,
|
44 |
-
"letter": 0,
|
45 |
-
"memo": 15,
|
46 |
-
"news article": 9,
|
47 |
-
"presentation": 12,
|
48 |
-
"questionnaire": 13,
|
49 |
-
"resume": 14,
|
50 |
-
"scientific publication": 6,
|
51 |
-
"scientific report": 5,
|
52 |
-
"specification": 7
|
53 |
-
},
|
54 |
-
"layer_norm_eps": 1e-12,
|
55 |
-
"layer_scale_init_value": 0.1,
|
56 |
-
"model_type": "beit",
|
57 |
-
"num_attention_heads": 12,
|
58 |
-
"num_channels": 3,
|
59 |
-
"num_hidden_layers": 12,
|
60 |
-
"out_indices": [
|
61 |
-
3,
|
62 |
-
5,
|
63 |
-
7,
|
64 |
-
11
|
65 |
-
],
|
66 |
-
"patch_size": 16,
|
67 |
-
"pool_scales": [
|
68 |
-
1,
|
69 |
-
2,
|
70 |
-
3,
|
71 |
-
6
|
72 |
-
],
|
73 |
-
"semantic_loss_ignore_index": 255,
|
74 |
-
"torch_dtype": "float32",
|
75 |
-
"transformers_version": "4.35.2",
|
76 |
-
"use_absolute_position_embeddings": true,
|
77 |
-
"use_auxiliary_head": true,
|
78 |
-
"use_mask_token": false,
|
79 |
-
"use_mean_pooling": true,
|
80 |
-
"use_relative_position_bias": false,
|
81 |
-
"use_shared_relative_position_bias": false,
|
82 |
-
"vocab_size": 8192
|
83 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|