File size: 510 Bytes
363ae52 a0a61c5 008453e a0a61c5 363ae52 40a4e81 363ae52 008453e 363ae52 a0a61c5 363ae52 |
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 |
{
"architectures": [
"ChAdaViTModel"
],
"auto_map": {
"AutoConfig": "config_chada_vit.ChAdaViTConfig",
"AutoModel": "modeling_chada_vit.ChAdaViTModel"
},
"depth": 12,
"drop_path_rate": 0.0,
"drop_rate": 0.0,
"embed_dim": 192,
"img_size": [
224
],
"in_chans": 1,
"max_number_channels": 10,
"model_type": "chadavit",
"num_classes": 0,
"num_heads": 12,
"patch_size": 16,
"return_all_tokens": true,
"torch_dtype": "float32",
"transformers_version": "4.43.0"
}
|