Training in progress, step 500
Browse files- config.json +32 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"Blip2ForConditionalGeneration"
|
4 |
+
],
|
5 |
+
"image_text_hidden_size": 256,
|
6 |
+
"image_token_index": null,
|
7 |
+
"initializer_factor": 1.0,
|
8 |
+
"initializer_range": 0.02,
|
9 |
+
"model_type": "blip-2",
|
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"
|
20 |
+
},
|
21 |
+
"torch_dtype": "float32",
|
22 |
+
"transformers_version": "4.47.0",
|
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 |
+
}
|
32 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:709154f17a806a3147ac6cf094855bf65202fec899d591ce0a2bbcc6707c2a41
|
3 |
+
size 1918449256
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4639fc1381b0d18c185199da102182be2817548153862c3b6c85626e542b3622
|
3 |
+
size 5368
|