How to use from the
Use from the
MLX library
# Make sure mlx-vlm is installed
# pip install --upgrade mlx-vlm

from mlx_vlm import load, generate
from mlx_vlm.prompt_utils import apply_chat_template
from mlx_vlm.utils import load_config

# Load the model
model, processor = load("StargazerLabs/Qwen3.8-23B-Mini-Me-4bit")
config = load_config("StargazerLabs/Qwen3.8-23B-Mini-Me-4bit")

# Prepare input
image = ["http://images.cocodataset.org/val2017/000000039769.jpg"]
prompt = "Describe this image."

# Apply chat template
formatted_prompt = apply_chat_template(
    processor, config, prompt, num_images=1
)

# Generate output
output = generate(model, processor, formatted_prompt, image)
print(output)

Qwen3.8-23B-Mini-Me (4bit)

This model has been through a battery of personal probes rather than standard benchmarks; there are no standard benchmark metrics to report yet.

During internal use, it has held for coding and agentic work — long multi-turn conversations, tool calling, instruction retention past its nominal context — while landing slightly short of the parent across most things.

Expect it to be smaller, faster, and just a little bit less smart than Qwen3.8-27B, not a different model.

Architecture: Same as the original Qwen3.8-27B minus 12 layers: 52 layers, vision tower intact and untouched

Layers 12–15, 24–27, and 36–39 were all removed based on lesion probing across different combinations of depth prunes; these were the most favorable combination of layers to remove based on internal tests

Downloads last month
313
Safetensors
Model size
4B params
Tensor type
BF16
·
U32
·
MLX
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for StargazerLabs/Qwen3.8-23B-Mini-Me-4bit

Base model

Qwen/Qwen3.8-27B
Quantized
(4)
this model

Collection including StargazerLabs/Qwen3.8-23B-Mini-Me-4bit