File size: 737 Bytes
240df91 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
{
"architectures": [
"AdaptFormerForChangeDetection"
],
"auto_map": {
"AutoConfig": "configuration_adaptformer.AdaptFormerConfig",
"AutoModel": "modeling_adaptformer.AdaptFormerForChangeDetection",
"AutoImageProcessor": "preprocessing_adaptformer.AdaptFormerImageProcessor"
},
"depths": [
3,
3,
3
],
"embed_dims": [
64,
128,
256
],
"initializer_range": 0.02,
"mlp_ratios": [
4,
4,
4
],
"model_type": "adaptformer",
"num_channels": 3,
"num_classes": 2,
"num_heads": [
1,
2,
4
],
"semantic_loss_ignore_index": 255,
"semantic_loss_weight": [
0,
0,
0.5,
1
],
"torch_dtype": "float32",
"transformers_version": "4.39.3"
} |