ksmcg commited on
Commit
3ca1fe5
·
1 Parent(s): f8a194f

Upload config

Browse files
Files changed (1) hide show
  1. config.json +1 -13
config.json CHANGED
@@ -1,13 +1,7 @@
1
  {
2
- "_name_or_path": "ksmcg/fan_small_12_p16_224",
3
- "act_layer": null,
4
- "architectures": [
5
- "FANForImageClassification"
6
- ],
7
  "attn_drop_rate": 0.0,
8
  "backbone": null,
9
  "channel_dims": null,
10
- "channels": 256,
11
  "cls_attn_layers": 2,
12
  "decoder_dropout": 0.1,
13
  "decoder_hidden_size": 768,
@@ -16,12 +10,7 @@
16
  "drop_rate": 0.0,
17
  "eta": 1.0,
18
  "feat_downsample": false,
19
- "feature_strides": [
20
- 4,
21
- 8,
22
- 16,
23
- 32
24
- ],
25
  "hidden_size": 384,
26
  "hybrid_patch_size": 2,
27
  "id2label": {
@@ -1052,7 +1041,6 @@
1052
  ],
1053
  "semantic_loss_ignore_index": -100,
1054
  "tokens_norm": true,
1055
- "torch_dtype": "float32",
1056
  "transformers_version": "4.24.0.dev0",
1057
  "use_pos_embed": true
1058
  }
 
1
  {
 
 
 
 
 
2
  "attn_drop_rate": 0.0,
3
  "backbone": null,
4
  "channel_dims": null,
 
5
  "cls_attn_layers": 2,
6
  "decoder_dropout": 0.1,
7
  "decoder_hidden_size": 768,
 
10
  "drop_rate": 0.0,
11
  "eta": 1.0,
12
  "feat_downsample": false,
13
+ "hidden_act": "gelu",
 
 
 
 
 
14
  "hidden_size": 384,
15
  "hybrid_patch_size": 2,
16
  "id2label": {
 
1041
  ],
1042
  "semantic_loss_ignore_index": -100,
1043
  "tokens_norm": true,
 
1044
  "transformers_version": "4.24.0.dev0",
1045
  "use_pos_embed": true
1046
  }