Training in progress, step 213
Browse files- config.json +34 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "Salesforce/blip-image-captioning-large",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BlipForConditionalGeneration"
|
| 5 |
+
],
|
| 6 |
+
"decoder_start_token_id": 101,
|
| 7 |
+
"image_text_hidden_size": 256,
|
| 8 |
+
"initializer_factor": 1.0,
|
| 9 |
+
"initializer_range": 0.02,
|
| 10 |
+
"logit_scale_init_value": 2.6592,
|
| 11 |
+
"max_length": 100,
|
| 12 |
+
"model_type": "blip",
|
| 13 |
+
"pad_token_id": 0,
|
| 14 |
+
"projection_dim": 512,
|
| 15 |
+
"text_config": {
|
| 16 |
+
"encoder_hidden_size": 1024,
|
| 17 |
+
"initializer_factor": 1.0,
|
| 18 |
+
"model_type": "blip_text_model",
|
| 19 |
+
"num_attention_heads": 12
|
| 20 |
+
},
|
| 21 |
+
"torch_dtype": "float32",
|
| 22 |
+
"transformers_version": "4.36.2",
|
| 23 |
+
"vision_config": {
|
| 24 |
+
"dropout": 0.0,
|
| 25 |
+
"hidden_size": 1024,
|
| 26 |
+
"initializer_factor": 1.0,
|
| 27 |
+
"initializer_range": 0.02,
|
| 28 |
+
"intermediate_size": 4096,
|
| 29 |
+
"model_type": "blip_vision_model",
|
| 30 |
+
"num_attention_heads": 16,
|
| 31 |
+
"num_channels": 3,
|
| 32 |
+
"num_hidden_layers": 24
|
| 33 |
+
}
|
| 34 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99091edca77dd29ba5d2917818db5e3a35f42eebd1e09c0cd847c3ba743b3cf5
|
| 3 |
+
size 1879010480
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ae17099adb07f504027d1b584b89b4fec6f7b01e03f6fcde1c3e82ca799ebe9
|
| 3 |
+
size 4664
|