CoolFace
Modelpublic

LeroyDyer/SpydazWeb_VisonEncoderDecoder_Project

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
1likes37downloads
config.json24 linesDownload Raw Back to encoder
1{2  "_name_or_path": "LeroyDyer/Mixtral_AI_Cyber_Q_Vision/encoder",3  "architectures": [4    "CLIPVisionModel"5  ],6  "attention_dropout": 0.0,7  "dropout": 0.0,8  "hidden_act": "quick_gelu",9  "hidden_size": 1024,10  "image_size": 336,11  "initializer_factor": 1.0,12  "initializer_range": 0.02,13  "intermediate_size": 4096,14  "layer_norm_eps": 1e-05,15  "model_type": "clip_vision_model",16  "num_attention_heads": 16,17  "num_channels": 3,18  "num_hidden_layers": 24,19  "patch_size": 14,20  "projection_dim": 768,21  "torch_dtype": "float32",22  "transformers_version": "4.38.2"23}24