jedisct1's picture
Update model card wording
d312274 verified
|
Raw
History Blame Contribute Delete
1.34 kB
---
base_model: Jackrong/Qwopus3.6-27B-Coder
library_name: mlx
pipeline_tag: text-generation
tags:
- mlx
- omlx
- optiq
- mtp
- qwen3.6
- tool-calling
---
# Qwopus3.6-27B-Coder MTP 4-bit MLX
This is an oMLX OptiQ 4-bit package of `Jackrong/Qwopus3.6-27B-Coder`, built from source revision `f22041be82998a006c9fde642c7900fb42aff94e`.
This variant preserves the source model's MTP path. Static inspection found `mtp_num_hidden_layers=1` and 29 MTP tensors in the converted artifact.
The tokenizer includes the `qwen3_coder` tool parser setting and a patched chat template for OpenAI-style tool calls. The template was adjusted for Swival-style coding-agent work, including array arguments for command tools and read-before-delete/edit behavior.
## Local Validation
Validated on June 12, 2026 with oMLX:
- Static artifact check passed: oQ4 quantization, MTP config enabled, 29 MTP tensors present, matching `chat_template.jinja` and embedded `tokenizer_config.json` template.
- Direct OpenAI-compatible tool-call smoke passed for scalar string arguments and argv-array arguments.
- Swival tool-calling gate passed 5/5 cases with all tools enabled: edit by line number, read/edit/test, batch read/write, read/delete, and argv-form command execution.
Use it through oMLX with model id:
```text
Qwopus3.6-27B-Coder-MTP-4bit.mlx
```