CoolFace
Modelpublic

apple/aimv2-large-patch14-224

sourceHugging Faceapple-amlrupdated 1y agoView on Hugging Face
62likes1.6kdownloads
config.json31 linesDownload Raw Back to root
1{2  "architectures": [3    "Aimv2VisionModel"4  ],5  "attention_dropout": 0.0,6  "auto_map": {7    "AutoConfig": "configuration_aimv2.AIMv2Config",8    "AutoModel": "modeling_aimv2.AIMv2Model",9    "FlaxAutoModel": "modeling_flax_aimv2.FlaxAIMv2Model"10  },11  "hidden_act": "silu",12  "hidden_size": 1024,13  "image_size": 224,14  "initializer_range": 0.02,15  "intermediate_size": 2816,16  "is_native": false,17  "mlp_bias": false,18  "model_type": "aimv2_vision_model",19  "num_attention_heads": 8,20  "num_channels": 3,21  "num_hidden_layers": 24,22  "patch_size": 14,23  "projection_dropout": 0.0,24  "qkv_bias": false,25  "rms_norm_eps": 1e-05,26  "torch_dtype": "float32",27  "transformers_version": "4.54.0.dev0",28  "use_bias": false,29  "use_head": false30}31