test_model / config.json
npvinHnivqn's picture
Upload QformT5ForVQA
8816ebc verified
raw
history blame
498 Bytes
{
"QformConfig": {
"encoder_hidden_size": 2,
"hidden_size": 2,
"model_type": "blip_2_qformer",
"num_attention_heads": 2,
"num_hidden_layers": 2
},
"T5Config": {
"model_type": "t5"
},
"architectures": [
"QformT5ForVQA"
],
"from_pretrained_qform": null,
"from_pretrained_t5": "t5-small",
"model_type": "qformt5",
"patch_per_side": 4,
"torch_dtype": "float32",
"train_from_original": true,
"transformers_version": "4.41.2",
"visual_dmodel": 8
}