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 |
+
"_name_or_path": "Duckq/blip2-opt-2.7b-v2-emotion-llm-v2",
|
3 |
+
"architectures": [
|
4 |
+
"Blip2ForConditionalGeneration"
|
5 |
+
],
|
6 |
+
"image_text_hidden_size": 256,
|
7 |
+
"image_token_index": null,
|
8 |
+
"initializer_factor": 1.0,
|
9 |
+
"initializer_range": 0.02,
|
10 |
+
"model_type": "blip-2",
|
11 |
+
"num_query_tokens": 32,
|
12 |
+
"qformer_config": {
|
13 |
+
"_attn_implementation_autoset": true,
|
14 |
+
"encoder_hidden_size": 1024,
|
15 |
+
"hidden_size": 1408,
|
16 |
+
"model_type": "blip_2_qformer",
|
17 |
+
"num_attention_heads": 16,
|
18 |
+
"num_hidden_layers": 16
|
19 |
+
},
|
20 |
+
"text_config": {
|
21 |
+
"model_type": "opt"
|
22 |
+
},
|
23 |
+
"torch_dtype": "float32",
|
24 |
+
"transformers_version": "4.47.0",
|
25 |
+
"use_decoder_only_language_model": true,
|
26 |
+
"vision_config": {
|
27 |
+
"_attn_implementation_autoset": true,
|
28 |
+
"hidden_size": 1024,
|
29 |
+
"model_type": "blip_2_vision_model",
|
30 |
+
"num_hidden_layers": 16
|
31 |
+
}
|
32 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b1b29066f4d7f9242075b94335791bbc317e847e8e1f4b53e57f1093b790b72
|
3 |
+
size 2865362168
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:815321da0dc4eaf2c355cb86f5ab653e92c8cbd6cbdde61cd83b543279453763
|
3 |
+
size 5368
|