--- base_model: - Qwen/Qwen3.5-4B tags: - text-generation-inference - transformers - unsloth - qwen3_5 - reasoning - chain-of-thought - mtp - multi-token-prediction - speculative-decoding - lora - sft - agent - tool-use - function-calling - coder - mlx license: apache-2.0 language: - en - zh - es - ru - ja pipeline_tag: text-generation datasets: - Jackrong/Claude-opus-4.6-TraceInversion-9000x - Jackrong/Claude-opus-4.7-TraceInversion-5000x - lambda/hermes-agent-reasoning-traces --- # thoddnn/Qwopus3.5-4B-Coder-MLX-4bit This model was converted to MLX format from [`Jackrong/Qwopus3.5-4B-Coder`]() using mlx-vlm version **0.3.12**. Refer to the [original model card](https://huggingface.co/Jackrong/Qwopus3.5-4B-Coder) for more details on the model. ## Use with mlx ```bash pip install -U mlx-vlm ``` ```bash python -m mlx_vlm.generate --model thoddnn/Qwopus3.5-4B-Coder-MLX-4bit --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image ```