CoolFace
Modelpublic

leon0402/beit3_base_patch16_224

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes5downloads
config.json27 linesDownload Raw Back to root
1{2  "activation_dropout": 0.0,3  "activation_fn": "gelu",4  "architectures": [5    "Beit3Model"6  ],7  "attention_dropout": 0.0,8  "dropout": 0.0,9  "encoder_normalize_before": true,10  "hidden_size": 768,11  "image_size": 224,12  "initializer_range": 0.02,13  "intermediate_size": 3072,14  "layer_norm_eps": 1e-05,15  "logit_scale_init_value": 2.65926,16  "max_position_embeddings": 1024,17  "model_type": "beit3",18  "num_attention_heads": 12,19  "num_channels": 3,20  "num_hidden_layers": 12,21  "patch_size": 16,22  "sub_layernorm": true,23  "torch_dtype": "float32",24  "transformers_version": "4.54.0.dev0",25  "vocab_size": 6401026}27