File size: 1,159 Bytes
5780e90 |
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 30 31 32 33 34 35 36 37 38 39 40 41 |
{
"adapter_layer_norm_eps": 1e-06,
"alignment_activation_fn": "swiglu",
"alignment_intermediate_size": 49152,
"architectures": [
"AyaVisionForConditionalGeneration"
],
"downsample_factor": 2,
"image_token_index": 255022,
"max_splits_per_img": 12,
"model_type": "aya_vision",
"projector_hidden_act": "gelu",
"quantization": {
"group_size": 64,
"bits": 4
},
"text_config": {
"intermediate_size": 24576,
"model_type": "cohere",
"num_key_value_heads": 8,
"rope_theta": 4000000,
"torch_dtype": "float16",
"use_qk_norm": false
},
"torch_dtype": "float16",
"transformers_version": "4.50.0.dev0",
"vision_config": {
"hidden_size": 1152,
"image_size": 364,
"intermediate_size": 4304,
"model_type": "siglip_vision_model",
"num_attention_heads": 16,
"num_hidden_layers": 27,
"patch_size": 14,
"torch_dtype": "float16",
"vision_use_head": false,
"skip_vision": true
},
"vision_feature_layer": -1,
"vision_feature_select_strategy": "full"
} |