Views
No views yet
| File | Precision | Size | Description |
|---|---|---|---|
model-f16.gguf | FP16 | 3.1 GB | Full precision, best quality |
model-q8.gguf | Q8_0 | 1.6 GB | 8-bit quantized, near-identical quality |
model-q4.gguf | Q4_K_M | 986 MB | 4-bit quantized, good quality, smallest |
Modelfile:FROM ./model-q8.gguf
TEMPLATE """{{- if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}<|im_start|>user
{{ .Prompt }}<|im_end|>
<|im_start|>assistant
"""
PARAMETER stop "<|im_end|>"
PARAMETER temperature 0.3
SYSTEM "You are a web developer. When asked to create a landing page, output a complete single-file HTML document with embedded CSS and modern design. Use clean gradients, card layouts, and responsive design. Output only the HTML code, nothing else."1ollama create landing-page-gen -f Modelfile
2ollama run landing-page-gen "Create a landing page for a space tourism company called Orbit Adventures"