mattdangerw's picture
Upload folder using huggingface_hub
a4c8447 verified
raw
history blame contribute delete
593 Bytes
{
"module": "keras_hub.src.models.vit.vit_backbone",
"class_name": "ViTBackbone",
"config": {
"name": "vi_t_backbone",
"trainable": true,
"image_shape": [
384,
384,
3
],
"patch_size": 32,
"num_layers": 12,
"num_heads": 12,
"hidden_dim": 768,
"mlp_dim": 3072,
"dropout_rate": 0.0,
"attention_dropout": 0.0,
"layer_norm_epsilon": 1e-06,
"use_mha_bias": true,
"use_mlp_bias": true
},
"registered_name": "keras_hub>ViTBackbone"
}