Training in progress, step 500
Browse files- config.json +4 -5
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -10,10 +10,10 @@
|
|
| 10 |
"num_query_tokens": 32,
|
| 11 |
"qformer_config": {
|
| 12 |
"_attn_implementation_autoset": true,
|
| 13 |
-
"encoder_hidden_size":
|
| 14 |
-
"hidden_size":
|
| 15 |
"model_type": "blip_2_qformer",
|
| 16 |
-
"num_attention_heads":
|
| 17 |
},
|
| 18 |
"text_config": {
|
| 19 |
"model_type": "opt"
|
|
@@ -23,10 +23,9 @@
|
|
| 23 |
"use_decoder_only_language_model": true,
|
| 24 |
"vision_config": {
|
| 25 |
"_attn_implementation_autoset": true,
|
| 26 |
-
"hidden_size":
|
| 27 |
"image_size": 112,
|
| 28 |
"model_type": "blip_2_vision_model",
|
| 29 |
-
"num_attention_heads": 6,
|
| 30 |
"num_hidden_layers": 12,
|
| 31 |
"patch_size": 16
|
| 32 |
}
|
|
|
|
| 10 |
"num_query_tokens": 32,
|
| 11 |
"qformer_config": {
|
| 12 |
"_attn_implementation_autoset": true,
|
| 13 |
+
"encoder_hidden_size": 1024,
|
| 14 |
+
"hidden_size": 1024,
|
| 15 |
"model_type": "blip_2_qformer",
|
| 16 |
+
"num_attention_heads": 16
|
| 17 |
},
|
| 18 |
"text_config": {
|
| 19 |
"model_type": "opt"
|
|
|
|
| 23 |
"use_decoder_only_language_model": true,
|
| 24 |
"vision_config": {
|
| 25 |
"_attn_implementation_autoset": true,
|
| 26 |
+
"hidden_size": 1024,
|
| 27 |
"image_size": 112,
|
| 28 |
"model_type": "blip_2_vision_model",
|
|
|
|
| 29 |
"num_hidden_layers": 12,
|
| 30 |
"patch_size": 16
|
| 31 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:679d97ee0828ca76ac636976a4c2b451a8e2e6708cd83e1569b89b119e0245c4
|
| 3 |
+
size 1918449256
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5368
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02b3c3012ecb6b27ca0706706e413f3b12e943e407c72a7574cb80e0896494b1
|
| 3 |
size 5368
|