File size: 836 Bytes
8816ebc 41e4c54 3da66a7 8816ebc 61d80e2 76683d7 8816ebc 76683d7 41e4c54 76683d7 8816ebc 60e00f4 8816ebc 76683d7 8816ebc |
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 |
{
"QformConfig": {
"encoder_hidden_size": 768,
"intermediate_size": 2048,
"model_type": "blip_2_qformer",
"num_attention_heads": 8,
"num_hidden_layers": 8
},
"T5ModelConfig": {
"architectures": [
"T5ForConditionalGeneration"
],
"d_ff": 3072,
"d_model": 768,
"decoder_start_token_id": 0,
"model_type": "t5",
"n_positions": 512,
"num_decoder_layers": 12,
"num_heads": 12,
"num_layers": 12,
"output_past": true,
"torch_dtype": "float32",
"vocab_size": 36096
},
"architectures": [
"QformT5ForVQA"
],
"continue_training": true,
"from_pretrained_qform": null,
"from_pretrained_t5": "VietAI/vit5-base",
"model_type": "qformt5",
"patch_per_side": 24,
"torch_dtype": "float32",
"transformers_version": "4.36.0",
"visual_dmodel": 768
}
|