File size: 1,996 Bytes
35e1ef4 75a72ea 35e1ef4 75a72ea 35e1ef4 75a72ea 35e1ef4 75a72ea 35e1ef4 75a72ea 35e1ef4 75a72ea 35e1ef4 75a72ea 35e1ef4 75a72ea 35e1ef4 |
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 |
{
"_name_or_path": "hf-internal-testing/tiny-random-Blip2ForConditionalGeneration",
"architectures": [
"Blip2ForConditionalGeneration"
],
"bos_token_id": 1,
"decoder_start_token_id": 0,
"eos_token_id": 1,
"image_text_hidden_size": 256,
"image_token_index": 1024,
"initializer_factor": 1.0,
"initializer_range": 0.02,
"is_encoder_decoder": true,
"model_type": "blip-2",
"num_query_tokens": 10,
"pad_token_id": 0,
"qformer_config": {
"_attn_implementation_autoset": true,
"attention_dropout": 0.1,
"bos_token_id": 0,
"classifier_dropout": null,
"dropout": 0.1,
"encoder_hidden_size": 32,
"hidden_size": 32,
"intermediate_size": 37,
"model_type": "blip_2_qformer",
"num_attention_heads": 4,
"num_hidden_layers": 6,
"projection_dim": 32,
"vocab_size": 99
},
"text_config": {
"bos_token_id": 0,
"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": 1,
"feed_forward_proj": "relu",
"initializer_factor": 0.002,
"is_encoder_decoder": true,
"is_gated_act": false,
"layer_norm_epsilon": 1e-06,
"model_type": "t5",
"num_decoder_layers": 5,
"num_heads": 4,
"num_layers": 5,
"pad_token_id": 0,
"relative_attention_max_distance": 128,
"relative_attention_num_buckets": 8,
"vocab_size": 1088
},
"torch_dtype": "float32",
"transformers_version": "4.47.0.dev0",
"use_decoder_only_language_model": false,
"vision_config": {
"_attn_implementation_autoset": true,
"attention_dropout": 0.1,
"dropout": 0.1,
"hidden_size": 32,
"image_size": 30,
"initializer_factor": 1.0,
"intermediate_size": 37,
"layer_norm_eps": 1e-05,
"model_type": "blip_2_vision_model",
"num_attention_heads": 4,
"num_channels": 3,
"num_hidden_layers": 5,
"patch_size": 2,
"projection_dim": 32
}
}
|