Upload config
Browse files- config.json +1 -7
config.json
CHANGED
@@ -1,8 +1,4 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "ksmcg/fan_small_12_p16_224",
|
3 |
-
"architectures": [
|
4 |
-
"FANForImageClassification"
|
5 |
-
],
|
6 |
"attention_probs_dropout_prob": 0.0,
|
7 |
"backbone": null,
|
8 |
"channel_dims": null,
|
@@ -1025,16 +1021,15 @@
|
|
1025 |
],
|
1026 |
"initializer_range": 1.0,
|
1027 |
"label2id": null,
|
|
|
1028 |
"mlp_ratio": 4.0,
|
1029 |
"model_type": "fan",
|
1030 |
-
"norm_layer": null,
|
1031 |
"num_attention_heads": 8,
|
1032 |
"num_channels": 3,
|
1033 |
"num_hidden_layers": 12,
|
1034 |
"out_index": -1,
|
1035 |
"patch_size": 16,
|
1036 |
"qkv_bias": true,
|
1037 |
-
"reshape_last_stage": false,
|
1038 |
"rounding_mode": "floor",
|
1039 |
"se_mlp": false,
|
1040 |
"segmentation_in_channels": [
|
@@ -1045,7 +1040,6 @@
|
|
1045 |
],
|
1046 |
"semantic_loss_ignore_index": -100,
|
1047 |
"tokens_norm": true,
|
1048 |
-
"torch_dtype": "float32",
|
1049 |
"transformers_version": "4.24.0.dev0",
|
1050 |
"use_pos_embed": true
|
1051 |
}
|
|
|
1 |
{
|
|
|
|
|
|
|
|
|
2 |
"attention_probs_dropout_prob": 0.0,
|
3 |
"backbone": null,
|
4 |
"channel_dims": null,
|
|
|
1021 |
],
|
1022 |
"initializer_range": 1.0,
|
1023 |
"label2id": null,
|
1024 |
+
"layer_norm_eps": 1e-06,
|
1025 |
"mlp_ratio": 4.0,
|
1026 |
"model_type": "fan",
|
|
|
1027 |
"num_attention_heads": 8,
|
1028 |
"num_channels": 3,
|
1029 |
"num_hidden_layers": 12,
|
1030 |
"out_index": -1,
|
1031 |
"patch_size": 16,
|
1032 |
"qkv_bias": true,
|
|
|
1033 |
"rounding_mode": "floor",
|
1034 |
"se_mlp": false,
|
1035 |
"segmentation_in_channels": [
|
|
|
1040 |
],
|
1041 |
"semantic_loss_ignore_index": -100,
|
1042 |
"tokens_norm": true,
|
|
|
1043 |
"transformers_version": "4.24.0.dev0",
|
1044 |
"use_pos_embed": true
|
1045 |
}
|