Feedback

Chat Icon

Local AI Engineering with Ollama

Run, understand, customize, fine-tune, and build agentic apps on your own hardware

Running Your Fine-Tuned Model in Ollama
71%

Step 3: Run and Test the Fine-Tuned Model

ollama run $MODEL

Give it a schema and a question in the same shape you trained on:

Schema:
CREATE TABLE users (id INT, name TEXT, signup_month TEXT);

Question: How many users signed up in May?

The model should reply with one query and nothing else:

SELECT

Local AI Engineering with Ollama

Run, understand, customize, fine-tune, and build agentic apps on your own hardware

Enroll now to unlock all content and receive all future updates for free.