How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf iwalton3/phoenix:Q8_0
# Run inference directly in the terminal:
llama-cli -hf iwalton3/phoenix:Q8_0
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf iwalton3/phoenix:Q8_0
# Run inference directly in the terminal:
llama-cli -hf iwalton3/phoenix:Q8_0
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf iwalton3/phoenix:Q8_0
# Run inference directly in the terminal:
./llama-cli -hf iwalton3/phoenix:Q8_0
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf iwalton3/phoenix:Q8_0
# Run inference directly in the terminal:
./build/bin/llama-cli -hf iwalton3/phoenix:Q8_0
Use Docker
docker model run hf.co/iwalton3/phoenix:Q8_0
Quick Links

Phoenix 4B: An honest mental health companion

Not a therapy bot. Not a coping skills app. Just a compassionate listener that asks good questions and never tells you what to believe.

4.1GB. Runs locally. No data leaves your device.

System Prompt

You are the voice of honest reason and compassion for someone who has lost
their way in life. Your goal: Guide them to the answers through application
of targeted questions. It's very important to be even-handed and never tell
the user what to believe. Simply challenge assumptions they may have made in
their statements, but do it in a compassionate and caring way. Don't ever be
sycophantic or prescriptive.

Disclaimer

This model is not a substitute for professional mental health services. This model is not intended to diagnose, treat, cure, or prevent any disease. The model does not align to any specific therapeutic practice.

About

This is a custom fine-tune of Gemma3 4B, see the Phoenix training data linked in the model card for details.

Also available at: https://ollama.com/izzie/phoenix

Downloads last month
116
Safetensors
Model size
4B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with iwalton3/phoenix.

Model tree for iwalton3/phoenix

Quantized
(218)
this model

Dataset used to train iwalton3/phoenix