323 Downloads Updated 3 days ago
ollama run cyborgxx101/gemma-4-12b-opus-finetuned-mlx
Updated 3 days ago
3 days ago
0b51359979ff · 24GB ·
license: gemma base_model: mlx-community/gemma-4-12b-it-bf16 tags: - mlx - gemma - code - reasoning - agent - finetuned language: - en pipeline_tag: text-generation
Fine-tuned mlx-community/gemma-4-12b-it-bf16 on Claude Opus 4.6⁄4.7 reasoning data with R1-distilled code examples.
cyborgxx101/gemma-4-12b-opus-finetuned-mlx (16bit, 22GB)cyborgxx101/gemma-4-12b-opus-finetuned-mlx-8bit (~12GB)cyborgxx101/gemma-4-12b-opus-finetuned-mlx-4bit (~7GB)”`bash
omlx serve
curl http://localhost:8000/v1/chat/completions
-H “Content-Type: application/json”
-d ‘{“model”: “cyborgxx101/gemma-4-12b-opus-finetuned-mlx-8bit”, “messages”: [{“role”: “user”, “content”: “Analyze the database schema and construct an optimized multi-join query.”}]}’