Upload model
Browse files- config.json +21 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"ImageQFormerModel"
|
| 4 |
+
],
|
| 5 |
+
"initializer_factor": 1.0,
|
| 6 |
+
"initializer_range": 0.02,
|
| 7 |
+
"model_type": "blip-2",
|
| 8 |
+
"num_query_tokens": 32,
|
| 9 |
+
"qformer_config": {
|
| 10 |
+
"model_type": "blip_2_qformer"
|
| 11 |
+
},
|
| 12 |
+
"text_config": {
|
| 13 |
+
"model_type": "opt"
|
| 14 |
+
},
|
| 15 |
+
"torch_dtype": "float32",
|
| 16 |
+
"transformers_version": "4.34.1",
|
| 17 |
+
"use_decoder_only_language_model": true,
|
| 18 |
+
"vision_config": {
|
| 19 |
+
"model_type": "blip_2_vision_model"
|
| 20 |
+
}
|
| 21 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fafcb2fbc29b77f7baed5c44cb7dfd4d77798da4a5f13375e3b998b5d8475b60
|
| 3 |
+
size 4364700581
|