CoolFace
Modelpublic

cagataydev/Qwen2.5-Omni-3B-cagatay-4bit

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
0likes23downloads
Model Card

๐ŸŒ Q-Omni MLX โ€” Qwen 2.5 3B Cagatay (4-bit)

A 4-bit quantized MLX model for Apple Silicon โ€” fine-tuned for voice commands and robotics reasoning.

6.2 GB โ†’ 1.7 GB | 4-bit | Runs on MacBook Air

๐Ÿš€ Use with Strands Agents + MLX

python
from strands import Agent
from strands_mlx import MLXModel

model = MLXModel(model_id="cagataydev/Qwen2.5-Omni-3B-cagatay-4bit")
agent = Agent(model=model)
agent("Listen to the voice command and plan the robot's next action")

๐Ÿ“Š Model Details

PropertyValue
Base ModelQwen/Qwen2.5-3B-Instruct
Fine-tunecagataydev/qwen2.5-omni-3b-cagatay (LoRA)
Quantization4-bit MLX (group size 64)
Size1.7 GB
PlatformApple Silicon (M1/M2/M3/M4)

๐Ÿ“ฆ Q-Model Family

ModelSizeQuantizedUse Case
๐ŸŒ Q-Omni (this)3B1.7 GBVoice & multimodal
๐Ÿค Q-Tiny4B2.4 GBTask planning
๐Ÿง  Q-Brain35B MoEโ€”Complex reasoning

Built with [DevDuck](https://github.com/cagataycali/devduck) ๐Ÿฆ† and [Strands Agents](https://strandsagents.com) ๐Ÿงฌ