sdoerrich97's picture
Update config.json
c3f4df6 verified
raw
history blame contribute delete
281 Bytes
{
"architectures": [
"StylizingViT"
],
"model_type": "stylizing_vit",
"backbone": "base",
"input_size": 224,
"in_chans": 3,
"patch_size": 16,
"embed_dim": 768,
"depth": 12,
"num_heads": 12,
"mlp_ratio": 4.0,
"qkv_bias": true,
"layer_norm_eps": 1e-6
}