Delete config.json
Browse files- config.json +0 -29
config.json
DELETED
@@ -1,29 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_name_or_path": "Salesforce/blip-image-captioning-base",
|
3 |
-
"architectures": [
|
4 |
-
"BlipForConditionalGeneration"
|
5 |
-
],
|
6 |
-
"image_text_hidden_size": 256,
|
7 |
-
"initializer_factor": 1.0,
|
8 |
-
"initializer_range": 0.02,
|
9 |
-
"label_smoothing": 0.0,
|
10 |
-
"logit_scale_init_value": 2.6592,
|
11 |
-
"model_type": "blip",
|
12 |
-
"projection_dim": 512,
|
13 |
-
"text_config": {
|
14 |
-
"_attn_implementation_autoset": true,
|
15 |
-
"initializer_factor": 1.0,
|
16 |
-
"model_type": "blip_text_model",
|
17 |
-
"num_attention_heads": 12
|
18 |
-
},
|
19 |
-
"torch_dtype": "float32",
|
20 |
-
"transformers_version": "4.46.1",
|
21 |
-
"vision_config": {
|
22 |
-
"_attn_implementation_autoset": true,
|
23 |
-
"dropout": 0.0,
|
24 |
-
"initializer_factor": 1.0,
|
25 |
-
"initializer_range": 0.02,
|
26 |
-
"model_type": "blip_vision_model",
|
27 |
-
"num_channels": 3
|
28 |
-
}
|
29 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|