File size: 715 Bytes
713773e |
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 |
{
"_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
}
|