HyperCLOVAX-SEED-CLIP / config.json
bigshanedogg's picture
Upload folder using huggingface_hub
f2f8be1 verified
{
"architectures": [
"HyperCLOVAXSeedCLIPModel"
],
"auto_map": {
"AutoConfig": "configuration_hyperclovax_seed_clip.HyperCLOVAXSeedCLIPConfig",
"AutoModel": "modeling_hyperclovax_seed_clip.HyperCLOVAXSeedCLIPModel"
},
"dtype": "float32",
"initializer_factor": 1.0,
"model_type": "hyperclovax_seed_clip",
"text_config": {
"attention_dropout": 0.0,
"hidden_act": "gelu_pytorch_tanh",
"hidden_size": 1152,
"intermediate_size": 4304,
"layer_norm_eps": 1e-06,
"max_position_embeddings": 64,
"model_type": "siglip_text_model",
"num_attention_heads": 16,
"num_hidden_layers": 27,
"projection_size": 1280,
"vocab_size": 128000
},
"transformers_version": "4.57.6",
"vision_config": {
"attn_implementation": "flash_attention_2",
"attn_pool_heads": 16,
"attn_pool_mlp_ratio": 4.0,
"depth": 32,
"fullatt_block_indexes": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31
],
"hidden_act": "silu",
"hidden_size": 1280,
"in_channels": 3,
"initializer_range": 0.02,
"intermediate_size": 3456,
"model_type": "hyperclovax_seed_clip_vision",
"out_hidden_size": 3584,
"tokens_per_second": 4,
"num_heads": 16,
"patch_size": 16,
"spatial_merge_size": 2,
"temporal_patch_size": 2,
"window_size": 128
}
}