output_dinov3_baseline / config.json
buddhadeb33's picture
32health/non-ada-classification-dinov3
d1a2cf2 verified
{
"apply_layernorm": true,
"architectures": [
"DINOv3ViTModel"
],
"attention_dropout": 0.0,
"drop_path_rate": 0.0,
"dtype": "float32",
"hidden_act": "gelu",
"hidden_size": 768,
"image_size": 224,
"initializer_range": 0.02,
"intermediate_size": 3072,
"key_bias": false,
"layer_norm_eps": 1e-05,
"layerscale_value": 1.0,
"mlp_bias": true,
"model_type": "dinov3_vit",
"num_attention_heads": 12,
"num_channels": 3,
"num_hidden_layers": 12,
"num_register_tokens": 4,
"out_features": [
"stage12"
],
"out_indices": [
12
],
"patch_size": 16,
"pos_embed_jitter": null,
"pos_embed_rescale": 2.0,
"pos_embed_shift": null,
"proj_bias": true,
"query_bias": true,
"reshape_hidden_states": true,
"rope_theta": 100.0,
"stage_names": [
"stem",
"stage1",
"stage2",
"stage3",
"stage4",
"stage5",
"stage6",
"stage7",
"stage8",
"stage9",
"stage10",
"stage11",
"stage12"
],
"transformers_version": "5.0.0",
"use_gated_mlp": false,
"value_bias": true
}