change model_type to blip-2 (#1)
Browse files- change model_type to blip-2 (8c5875c2cffc79d8b632310bb951aefef6861ae9)
- config.json +1 -1
config.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
"image_text_hidden_size": 256,
|
6 |
"initializer_factor": 1.0,
|
7 |
"initializer_range": 0.02,
|
8 |
-
"model_type": "blip-2
|
9 |
"num_query_tokens": 32,
|
10 |
"qformer_config": {
|
11 |
"model_type": "blip_2_qformer",
|
|
|
5 |
"image_text_hidden_size": 256,
|
6 |
"initializer_factor": 1.0,
|
7 |
"initializer_range": 0.02,
|
8 |
+
"model_type": "blip-2",
|
9 |
"num_query_tokens": 32,
|
10 |
"qformer_config": {
|
11 |
"model_type": "blip_2_qformer",
|