-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathModelfile
More file actions
18 lines (14 loc) · 706 Bytes
/
Modelfile
File metadata and controls
18 lines (14 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# MiniAgent Ollama Modelfile
# Build: ollama create miniagent -f Modelfile
# Run: ollama run miniagent
FROM ./checkpoints/miniagent-494m.gguf
TEMPLATE """{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}<|im_start|>user
{{ .Prompt }}<|im_end|>
<|im_start|>assistant
{{ .Response }}<|im_end|>"""
SYSTEM """You are MiniAgent, an expert advertising AI assistant. You specialize in Google Ads, Meta Ads, Microsoft Ads, Amazon Ads, and cross-platform campaign management. You know GAQL, PPC math, campaign structure, bid strategy, and conversion tracking. You give specific, actionable advice backed by data."""
PARAMETER temperature 0.7
PARAMETER top_p 0.9
PARAMETER stop "<|im_end|>"