File size: 983 Bytes
d6dd817
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
42
43
44
45
46
47
---
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 <path_to_image>
```