Training in progress, epoch 1
Browse files- config.json +29 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "Salesforce/blip-image-captioning-base",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BlipForConditionalGeneration"
|
| 5 |
+
],
|
| 6 |
+
"image_text_hidden_size": 256,
|
| 7 |
+
"initializer_factor": 1.0,
|
| 8 |
+
"initializer_range": 0.02,
|
| 9 |
+
"label_smoothing": 0.0,
|
| 10 |
+
"logit_scale_init_value": 2.6592,
|
| 11 |
+
"model_type": "blip",
|
| 12 |
+
"projection_dim": 512,
|
| 13 |
+
"text_config": {
|
| 14 |
+
"_attn_implementation_autoset": true,
|
| 15 |
+
"initializer_factor": 1.0,
|
| 16 |
+
"model_type": "blip_text_model",
|
| 17 |
+
"num_attention_heads": 12
|
| 18 |
+
},
|
| 19 |
+
"torch_dtype": "float32",
|
| 20 |
+
"transformers_version": "4.47.0",
|
| 21 |
+
"vision_config": {
|
| 22 |
+
"_attn_implementation_autoset": true,
|
| 23 |
+
"dropout": 0.0,
|
| 24 |
+
"initializer_factor": 1.0,
|
| 25 |
+
"initializer_range": 0.02,
|
| 26 |
+
"model_type": "blip_vision_model",
|
| 27 |
+
"num_channels": 3
|
| 28 |
+
}
|
| 29 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:55c29a8642a2286457e6eab737b7fb5ff2b829d84f2b7e2457b5c2b30a6900a1
|
| 3 |
+
size 989717056
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:797d3dd3c09b98a558f1a2281a4d8638147ada805a532680025cd4ef12288482
|
| 3 |
+
size 5304
|