starvector-8b-im2svg / config.json
joanrodai's picture
starvector/starvector-8b-im2svg
713773e verified
{
"_name_or_path": "ServiceNow/starvector-8b-im2svg",
"adapter_norm": "layer_norm",
"architectures": [
"StarVectorForCausalLM"
],
"auto_map": {
"AutoConfig": "starvector_arch.StarVectorConfig",
"AutoModelForCausalLM": "starvector_arch.StarVectorForCausalLM"
},
"hidden_size": 4608,
"image_encoder_type": "siglip_384",
"image_size": 384,
"init_type": "normal",
"max_length_train": 16000,
"model_type": "starvector",
"num_attention_heads": 36,
"num_hidden_layers": 32,
"num_kv_heads": 4,
"starcoder_model_name": "bigcode/starcoder2-7b",
"torch_dtype": "bfloat16",
"transformers_version": "4.40.1",
"use_cache": true,
"use_flash_attn": true,
"vocab_size": 49152
}