CoolFace
Modelpublic

Alogotron/DesignCritic-VL-8B

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
0likes5downloads
config.json71 linesDownload Raw Back to root
1{2    "architectures": [3        "Qwen3VLForConditionalGeneration"4    ],5    "bos_token_id": null,6    "torch_dtype": "bfloat16",7    "eos_token_id": 151645,8    "image_token_id": 151655,9    "model_name": "unsloth/qwen3-vl-8b-instruct-unsloth-bnb-4bit",10    "model_type": "qwen3_vl",11    "pad_token_id": 151654,12    "text_config": {13        "attention_bias": false,14        "attention_dropout": 0.0,15        "bos_token_id": 151643,16        "torch_dtype": "bfloat16",17        "eos_token_id": 151645,18        "head_dim": 128,19        "hidden_act": "silu",20        "hidden_size": 4096,21        "initializer_range": 0.02,22        "intermediate_size": 12288,23        "max_position_embeddings": 262144,24        "model_type": "qwen3_vl_text",25        "num_attention_heads": 32,26        "num_hidden_layers": 36,27        "num_key_value_heads": 8,28        "pad_token_id": null,29        "rms_norm_eps": 1e-06,30        "rope_parameters": {31            "mrope_interleaved": true,32            "mrope_section": [33                24,34                20,35                2036            ],37            "rope_theta": 5000000,38            "rope_type": "default"39        },40        "use_cache": true,41        "vocab_size": 15193642    },43    "tie_word_embeddings": false,44    "unsloth_fixed": true,45    "unsloth_version": "2026.3.11",46    "use_cache": false,47    "video_token_id": 151656,48    "vision_config": {49        "deepstack_visual_indexes": [50            8,51            16,52            2453        ],54        "depth": 27,55        "torch_dtype": "bfloat16",56        "hidden_act": "gelu_pytorch_tanh",57        "hidden_size": 1152,58        "in_channels": 3,59        "initializer_range": 0.02,60        "intermediate_size": 4304,61        "model_type": "qwen3_vl",62        "num_heads": 16,63        "num_position_embeddings": 2304,64        "out_hidden_size": 4096,65        "patch_size": 16,66        "spatial_merge_size": 2,67        "temporal_patch_size": 268    },69    "vision_end_token_id": 151653,70    "vision_start_token_id": 15165271}