File size: 472 Bytes
26c2f02
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "_name_or_path": "./",
  "architectures": [
    "HformerModel"
  ],
  "auto_map": {
    "AutoConfig": "configuration_hformer.HformerConfig",
    "AutoModel": "modeling_hformer.HformerModel"
  },
  "bert": "bert-base-uncased",
  "bias": true,
  "cross_attention_freq": 2,
  "llm_hidden_size": 4096,
  "model_type": "hformer",
  "num_query_token": 32,
  "qformer_pth": null,
  "torch_dtype": "float16",
  "transformers_version": "4.37.0",
  "visual_hidden_size": 1024
}