Training in progress, step 10
Browse files- config.json +54 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"BlipForConditionalGeneration"
|
| 4 |
+
],
|
| 5 |
+
"image_text_hidden_size": 256,
|
| 6 |
+
"initializer_factor": 1.0,
|
| 7 |
+
"initializer_range": 0.02,
|
| 8 |
+
"label_smoothing": 0.0,
|
| 9 |
+
"logit_scale_init_value": 2.6592,
|
| 10 |
+
"model_type": "blip",
|
| 11 |
+
"projection_dim": 512,
|
| 12 |
+
"text_config": {
|
| 13 |
+
"_attn_implementation_autoset": true,
|
| 14 |
+
"attention_probs_dropout_prob": 0.0,
|
| 15 |
+
"encoder_hidden_size": 1024,
|
| 16 |
+
"hidden_act": "gelu",
|
| 17 |
+
"hidden_dropout_prob": 0.0,
|
| 18 |
+
"hidden_size": 768,
|
| 19 |
+
"initializer_factor": 1.0,
|
| 20 |
+
"initializer_range": 0.02,
|
| 21 |
+
"intermediate_size": 3072,
|
| 22 |
+
"label_smoothing": 0.0,
|
| 23 |
+
"layer_norm_eps": 1e-12,
|
| 24 |
+
"max_position_embeddings": 512,
|
| 25 |
+
"model_type": "blip_text_model",
|
| 26 |
+
"num_attention_heads": 12,
|
| 27 |
+
"num_hidden_layers": 12,
|
| 28 |
+
"projection_dim": 768,
|
| 29 |
+
"torch_dtype": "float32",
|
| 30 |
+
"use_cache": true,
|
| 31 |
+
"vocab_size": 30524
|
| 32 |
+
},
|
| 33 |
+
"torch_dtype": "float32",
|
| 34 |
+
"transformers_version": "4.50.3",
|
| 35 |
+
"vision_config": {
|
| 36 |
+
"_attn_implementation_autoset": true,
|
| 37 |
+
"attention_dropout": 0.0,
|
| 38 |
+
"dropout": 0.0,
|
| 39 |
+
"hidden_act": "gelu",
|
| 40 |
+
"hidden_size": 1024,
|
| 41 |
+
"image_size": 384,
|
| 42 |
+
"initializer_factor": 1.0,
|
| 43 |
+
"initializer_range": 0.02,
|
| 44 |
+
"intermediate_size": 4096,
|
| 45 |
+
"layer_norm_eps": 1e-05,
|
| 46 |
+
"model_type": "blip_vision_model",
|
| 47 |
+
"num_attention_heads": 16,
|
| 48 |
+
"num_channels": 3,
|
| 49 |
+
"num_hidden_layers": 24,
|
| 50 |
+
"patch_size": 16,
|
| 51 |
+
"projection_dim": 512,
|
| 52 |
+
"torch_dtype": "float32"
|
| 53 |
+
}
|
| 54 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88e3087804f0708fca3957ca887bbdba30ccfabd2d207a36acd64099ca3e0364
|
| 3 |
+
size 1879010480
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:993059de6346ca6455cc5739f8b476309c27c7363bf918b60b11e542dfafda2e
|
| 3 |
+
size 5368
|