{ "architectures": [ "BlipForConditionalGeneration" ], "dtype": "float32", "image_text_hidden_size": 256, "initializer_factor": 1.0, "initializer_range": 0.02, "label_smoothing": 0.0, "logit_scale_init_value": 2.6592, "model_type": "blip", "projection_dim": 64, "text_config": { "attention_dropout": 0.1, "attention_probs_dropout_prob": 0.0, "bos_token_id": 0, "dropout": 0.1, "encoder_hidden_size": 32, "eos_token_id": 2, "hidden_act": "gelu", "hidden_dropout_prob": 0.0, "hidden_size": 32, "initializer_range": 0.02, "intermediate_size": 37, "is_decoder": true, "label_smoothing": 0.0, "layer_norm_eps": 1e-12, "max_position_embeddings": 512, "model_type": "blip_text_model", "num_attention_heads": 4, "num_hidden_layers": 2, "pad_token_id": 0, "projection_dim": 32, "sep_token_id": 102, "tie_word_embeddings": true, "use_cache": true, "vocab_size": 1024 }, "tie_word_embeddings": true, "transformers_version": "5.15.0.dev0", "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-05, "model_type": "blip_vision_model", "num_attention_heads": 4, "num_channels": 3, "num_hidden_layers": 2, "patch_size": 2, "projection_dim": 32 } }