File size: 703 Bytes
169ca9d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "_name_or_path": "results/train_checkthat_blip2",
  "architectures": [
    "Blip2Classifier"
  ],
  "image_text_hidden_size": 256,
  "image_token_index": null,
  "initializer_factor": 1.0,
  "initializer_range": 0.02,
  "model_type": "blip-2",
  "num_query_tokens": 32,
  "qformer_config": {
    "_attn_implementation_autoset": true,
    "model_type": "blip_2_qformer",
    "use_qformer_text_input": true,
    "vocab_size": 30523
  },
  "text_config": {
    "model_type": "opt"
  },
  "torch_dtype": "float32",
  "transformers_version": "4.46.3",
  "use_decoder_only_language_model": true,
  "vision_config": {
    "_attn_implementation_autoset": true,
    "model_type": "blip_2_vision_model"
  }
}