# Ollama Model Tuner

> Ollama Model Tuner v1.0.0

- Skill: `javimosch/ollama-model-tuner` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/ollama-model-tuner`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/ollama-model-tuner/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/ollama-model-tuner

---


# Ollama Model Tuner v1.0.0

## 🎯 Purpose
- Prompt engineering & A/B testing
- Modelfile customization
- LoRA fine-tuning with local data
- Performance benchmarking

## 🚀 Quick Start
```
!ollama-model-tuner --model llama3 --dataset ./data.json --task classification
```

## Files
- `scripts/tune.py`: Python tuner with eval loop
- `prompts/system.md`: Base system prompts

## Supported
Ollama 0.3+, Python 3.10+, datasets in JSONL/CSV.

