Upload FanForImageClassification
Browse files- config.json +5 -0
config.json
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
2 |
"attention_probs_dropout_prob": 0.0,
|
3 |
"backbone": null,
|
4 |
"channel_dims": null,
|
@@ -1047,6 +1051,7 @@
|
|
1047 |
"semantic_loss_ignore_index": -100,
|
1048 |
"sharpen_attn": false,
|
1049 |
"tokens_norm": true,
|
|
|
1050 |
"transformers_version": "4.25.0.dev0",
|
1051 |
"use_pos_embed": true
|
1052 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "ksmcg/fan_base_18_p16_224",
|
3 |
+
"architectures": [
|
4 |
+
"FanForImageClassification"
|
5 |
+
],
|
6 |
"attention_probs_dropout_prob": 0.0,
|
7 |
"backbone": null,
|
8 |
"channel_dims": null,
|
|
|
1051 |
"semantic_loss_ignore_index": -100,
|
1052 |
"sharpen_attn": false,
|
1053 |
"tokens_norm": true,
|
1054 |
+
"torch_dtype": "float32",
|
1055 |
"transformers_version": "4.25.0.dev0",
|
1056 |
"use_pos_embed": true
|
1057 |
}
|