gpt2vl-stackformer-v2 / config.json
gurumurthy3's picture
Upload config.json with huggingface_hub
5e3df46 verified
Raw
History Blame Contribute Delete
317 Bytes
{
"vocab_size": 50258,
"embed_dim": 768,
"num_layers": 12,
"num_heads": 12,
"hidden_dim": 3072,
"context_length": 128,
"dropout": 0.1,
"qkv_bias": true,
"vision_dim": 768,
"cross_attention_pos": [
3,
6,
9
],
"num_visual_tokens": 64,
"perceiver_depth": 2,
"perceiver_heads": 8
}