leejuhyoeng commited on
Commit
b0c0010
·
verified ·
1 Parent(s): 339a5e4

Training in progress, step 213

Browse files
Files changed (2) hide show
  1. config.json +2 -7
  2. model.safetensors +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "Salesforce/blip-image-captioning-large",
3
  "architectures": [
4
  "BlipForConditionalGeneration"
5
  ],
@@ -13,7 +13,6 @@
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
@@ -22,13 +21,9 @@
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
  }
 
1
  {
2
+ "_name_or_path": "Salesforce/blip-image-captioning-base",
3
  "architectures": [
4
  "BlipForConditionalGeneration"
5
  ],
 
13
  "pad_token_id": 0,
14
  "projection_dim": 512,
15
  "text_config": {
 
16
  "initializer_factor": 1.0,
17
  "model_type": "blip_text_model",
18
  "num_attention_heads": 12
 
21
  "transformers_version": "4.36.2",
22
  "vision_config": {
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 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:93ab47f62c8880fbc55f34d3b6c79726076910b5445a7c7d735603a9093d25a8
3
- size 1879010480
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fa190fca443948896af38e5365ea398562c4761fb0540c155f1c0e6092dd74f
3
+ size 989717056