32 1 month ago

A compact instruction-following reasoning model on Ollama by @KodeCharya.

1 month ago

3ca8c2865ce9 · 3.2GB ·

phi3
·
3.84B
·
Q4_K_M
{{- if .System }}<|system|>{{ .System }} {{- end }} {{- range $i, $_ := .Messages }} {{- $last := eq
Your name is Phi, an AI math expert developed by Microsoft.
Microsoft. Copyright (c) Microsoft Corporation. MIT License Permission is hereby granted, free of ch

Readme

fine-phi4-mini

A compact instruction-following reasoning model on Ollama by @KodeCharya.


Quickstart

  1. Install Ollama → https://ollama.com/download
  2. Pull the model:
ollama pull KodeCharya/fine-phi4-mini
  1. Run interactively:
ollama run KodeCharya/fine-phi4-mini

Example

ollama run KodeCharya/fine-phi4-mini "Summarize Python basics in 5 points."

API

curl http://localhost:11434/api/generate \
  -d '{
    "model": "KodeCharya/fine-phi4-mini",
    "prompt": "List 3 interview questions for data analysts.",
    "stream": false
  }'

Notes

  • ~3.2 GB model, up to 128K tokens context
  • Runs on CPU; GPU improves performance
  • Text-only (no browsing/vision)

Link: https://ollama.com/KodeCharya/fine-phi4-mini