HyzeRE1 / projector /config.json
HyzeAI's picture
Duplicate from xtuner/llava-internlm2-20b
c51f9ba
raw
history blame contribute delete
389 Bytes
{
"architectures": [
"ProjectorModel"
],
"auto_map": {
"AutoConfig": "configuration_projector.ProjectorConfig",
"AutoModel": "modeling_projector.ProjectorModel"
},
"bias": true,
"depth": 2,
"hidden_act": "gelu",
"llm_hidden_size": 6144,
"model_type": "projector",
"torch_dtype": "float32",
"transformers_version": "4.36.2",
"visual_hidden_size": 1024
}