QORA-Vision-Image / config.json
drdraq's picture
Upload config.json with huggingface_hub
7ca3b45 verified
raw
history blame contribute delete
611 Bytes
{
"engine": "qora-vision",
"model_type": "qora_vision_siglip",
"vision_config": {
"model_type": "qora_vision_encoder",
"hidden_size": 768,
"num_hidden_layers": 12,
"num_attention_heads": 12,
"intermediate_size": 3072,
"image_size": 224,
"patch_size": 16,
"num_channels": 3,
"layer_norm_eps": 1e-6
},
"text_config": {
"model_type": "qora_text_encoder",
"hidden_size": 768,
"num_hidden_layers": 12,
"num_attention_heads": 12,
"intermediate_size": 3072,
"vocab_size": 256000,
"max_position_embeddings": 64,
"layer_norm_eps": 1e-6
}
}