File size: 2,099 Bytes
4e8085f | 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 81 82 | {
"architectures": [
"Blip2Model"
],
"dtype": "float32",
"image_text_hidden_size": 256,
"image_token_index": 4,
"initializer_factor": 1.0,
"initializer_range": 0.02,
"is_encoder_decoder": true,
"model_type": "blip-2",
"num_query_tokens": 10,
"qformer_config": {
"attention_dropout": 0.1,
"attention_probs_dropout_prob": 0.1,
"bos_token_id": 0,
"cross_attention_frequency": 2,
"dropout": 0.1,
"encoder_hidden_size": 32,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 32,
"initializer_range": 0.02,
"intermediate_size": 37,
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "blip_2_qformer",
"num_attention_heads": 4,
"num_hidden_layers": 2,
"pad_token_id": 0,
"projection_dim": 32,
"use_qformer_text_input": false,
"vocab_size": 99
},
"text_config": {
"bos_token_id": 2,
"classifier_dropout": 0.0,
"d_ff": 37,
"d_kv": 8,
"d_model": 32,
"decoder_start_token_id": 0,
"dense_act_fn": "relu",
"dropout_rate": 0.1,
"eos_token_id": 2,
"feed_forward_proj": "relu",
"initializer_factor": 0.002,
"is_decoder": false,
"is_gated_act": false,
"layer_norm_epsilon": 1e-06,
"model_type": "t5",
"num_decoder_layers": 2,
"num_heads": 4,
"num_layers": 2,
"pad_token_id": 1,
"relative_attention_max_distance": 128,
"relative_attention_num_buckets": 8,
"scale_decoder_outputs": true,
"tie_word_embeddings": true,
"use_cache": true,
"vocab_size": 50266
},
"transformers_version": "5.16.0.dev0",
"use_decoder_only_language_model": false,
"vision_config": {
"attention_dropout": 0.1,
"dropout": 0.1,
"hidden_act": "gelu",
"hidden_size": 32,
"image_size": 30,
"initializer_range": 1e-10,
"intermediate_size": 37,
"layer_norm_eps": 1e-06,
"model_type": "blip_2_vision_model",
"num_attention_heads": 4,
"num_channels": 3,
"num_hidden_layers": 2,
"patch_size": 2,
"projection_dim": 32,
"qkv_bias": true
}
}
|