CoolFace
Modelpublic

Raghavan/beit3_base_patch16_480_coco_captioning

sourceHugging Facemitupdated 3y agoView on Hugging Face
1likes8downloads
config.json30 linesDownload Raw Back to root
1{2  "activation_dropout": 0.0,3  "activation_fn": "gelu",4  "architectures": [5    "Beit3ForCaptioning"6  ],7  "attention_dropout": 0.0,8  "deepnorm": false,9  "dropout": 0.0,10  "encoder_normalize_before": true,11  "hidden_size": 768,12  "image_size": 480,13  "initializer_range": 0.02,14  "intermediate_size": 3072,15  "label_smoothing": 0.1,16  "layer_norm_eps": 1e-05,17  "logit_scale_init_value": 2.65926,18  "max_position_embeddings": 1024,19  "model_type": "beit3",20  "normalize_before": true,21  "num_attention_heads": 12,22  "num_channels": 3,23  "num_hidden_layers": 12,24  "patch_size": 16,25  "sub_layernorm": true,26  "torch_dtype": "float32",27  "transformers_version": "4.35.0.dev0",28  "vocab_size": 6401029}30