CoolFace
Modelpublic

kayte0342/chronoedit

sourceHugging Faceapache-2.0updated 10mo agoView on Hugging Face
7likes112downloads
config.json23 linesDownload Raw Back to image_encoder
1{2  "architectures": [3    "CLIPVisionModelWithProjection"4  ],5  "attention_dropout": 0.0,6  "dropout": 0.0,7  "hidden_act": "gelu",8  "hidden_size": 1280,9  "image_size": 224,10  "initializer_factor": 1.0,11  "initializer_range": 0.02,12  "intermediate_size": 5120,13  "layer_norm_eps": 1e-05,14  "model_type": "clip_vision_model",15  "num_attention_heads": 16,16  "num_channels": 3,17  "num_hidden_layers": 32,18  "patch_size": 14,19  "projection_dim": 1024,20  "torch_dtype": "bfloat16",21  "transformers_version": "4.51.3"22}23