KerasHub
dinov2_large / config.json
prasadsachin's picture
Upload folder using huggingface_hub
c07205e verified
raw
history blame contribute delete
782 Bytes
{
"module": "keras_hub.src.models.dinov2.dinov2_backbone",
"class_name": "DINOV2Backbone",
"config": {
"name": "dinov2_backbone",
"trainable": true,
"patch_size": 14,
"num_layers": 24,
"hidden_dim": 1024,
"num_heads": 16,
"intermediate_dim": 4096,
"layer_scale_init_value": 1.0,
"num_register_tokens": 0,
"use_mask_token": true,
"use_swiglu_ffn": false,
"dropout_rate": 0.0,
"drop_path_rate": 0.0,
"image_shape": [
518,
518,
3
],
"position_embedding_shape": [
518,
518
],
"antialias_in_interpolation": false
},
"registered_name": "keras_hub>DINOV2Backbone"
}