Create image_encoder/config.json
Browse files{
"_class_name": "CLIPVisionModelWithProjection",
"hidden_size": 1024,
"intermediate_size": 4096,
"num_hidden_layers": 23,
"num_attention_heads": 16,
"image_size": 224,
"patch_size": 14,
"projection_dim": 1024,
"layer_norm_eps": 1e-05,
"model_type": "clip_vision_model_with_projection"
}
image_encoder/config.json
ADDED
|
File without changes
|