File size: 1,597 Bytes
f2f8be1 | 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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | {
"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
}
}
|