Instructions to use VoltageVagabond/spam-classifier-liquid-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use VoltageVagabond/spam-classifier-liquid-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="VoltageVagabond/spam-classifier-liquid-GGUF", filename="spam-classifier-F16.gguf", )
llm.create_chat_completion( messages = "\"I like you. I love you\"" )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use VoltageVagabond/spam-classifier-liquid-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf VoltageVagabond/spam-classifier-liquid-GGUF:F16 # Run inference directly in the terminal: llama-cli -hf VoltageVagabond/spam-classifier-liquid-GGUF:F16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf VoltageVagabond/spam-classifier-liquid-GGUF:F16 # Run inference directly in the terminal: llama-cli -hf VoltageVagabond/spam-classifier-liquid-GGUF:F16
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 VoltageVagabond/spam-classifier-liquid-GGUF:F16 # Run inference directly in the terminal: ./llama-cli -hf VoltageVagabond/spam-classifier-liquid-GGUF:F16
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 VoltageVagabond/spam-classifier-liquid-GGUF:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf VoltageVagabond/spam-classifier-liquid-GGUF:F16
Use Docker
docker model run hf.co/VoltageVagabond/spam-classifier-liquid-GGUF:F16
- LM Studio
- Jan
- Ollama
How to use VoltageVagabond/spam-classifier-liquid-GGUF with Ollama:
ollama run hf.co/VoltageVagabond/spam-classifier-liquid-GGUF:F16
- Unsloth Studio
How to use VoltageVagabond/spam-classifier-liquid-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for VoltageVagabond/spam-classifier-liquid-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for VoltageVagabond/spam-classifier-liquid-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for VoltageVagabond/spam-classifier-liquid-GGUF to start chatting
- Pi
How to use VoltageVagabond/spam-classifier-liquid-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf VoltageVagabond/spam-classifier-liquid-GGUF:F16
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "VoltageVagabond/spam-classifier-liquid-GGUF:F16" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use VoltageVagabond/spam-classifier-liquid-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf VoltageVagabond/spam-classifier-liquid-GGUF:F16
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default VoltageVagabond/spam-classifier-liquid-GGUF:F16
Run Hermes
hermes
- Atomic Chat new
- Docker Model Runner
How to use VoltageVagabond/spam-classifier-liquid-GGUF with Docker Model Runner:
docker model run hf.co/VoltageVagabond/spam-classifier-liquid-GGUF:F16
- Lemonade
How to use VoltageVagabond/spam-classifier-liquid-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull VoltageVagabond/spam-classifier-liquid-GGUF:F16
Run and chat with the model
lemonade run user.spam-classifier-liquid-GGUF-F16
List all available models
lemonade list
Senior Project Notice
This repository was created for a senior project in ENGT 375 Applied Machine Learning at Old Dominion University. It is provided for educational and research demonstration purposes only. It is not intended for production use, security filtering, or making real-world spam/phishing decisions. Always use established security tools for operational email protection.
spam-classifier — GGUF
Educational Use Only Created as a senior capstone project for ENGT 375: Applied Machine Learning at Old Dominion University (Spring 2026). Not intended for production use.
A fully merged, standalone GGUF of LiquidAI/LFM2.5-1.2B-Instruct fine-tuned with LoRA to classify emails as SPAM, HAM, or PHISHING.
No separate adapter or base model needed — download and run directly.
Provided Files
| Filename | Format | Size | Use case |
|---|---|---|---|
spam-classifier-F16.gguf |
GGUF F16 | ~2.2 GB | llama.cpp, LM Studio, Ollama |
The system prompt is baked into the model's chat template — most clients
(LM Studio, Ollama, llama.cpp via /v1/chat/completions) apply it automatically.
Model Details
| Property | Value |
|---|---|
| Base model | LiquidAI/LFM2.5-1.2B-Instruct |
| Fine-tuning method | LoRA (rank 8, alpha 16) |
| Training task | 3-class: SPAM / HAM / PHISHING |
| Training examples | ~8,000 emails |
| Chat template | ChatML (<|im_start|> / <|im_end|>) |
| Recommended temperature | 0.2 |
| Max tokens | 200 |
How to Download
huggingface-cli download VoltageVagabond/spam-classifier-liquid-GGUF \
spam-classifier-F16.gguf \
--local-dir ./spam-classifier-gguf
Usage
llama.cpp — Server
llama-server \
-m spam-classifier-F16.gguf \
--port 8081 \
-ngl 99 \
--temp 0.2 \
--n-predict 200
Open http://127.0.0.1:8081 and send:
Classify this email as SPAM, HAM, or PHISHING. Give your classification on
the first line, then explain your reasoning in 2-3 sentences.
Email:
[paste email here]
llama.cpp — CLI
llama-cli \
-m spam-classifier-F16.gguf \
--temp 0.2 \
-p "<|im_start|>system
You are an email spam classifier. Analyze the email and classify it as SPAM, HAM, or PHISHING. Explain your reasoning.<|im_end|>
<|im_start|>user
Classify this email as SPAM, HAM, or PHISHING. Give your classification on the first line, then explain your reasoning in 2-3 sentences.
Email:
Congratulations! You have won $1,000,000. Click here to claim your prize.<|im_end|>
<|im_start|>assistant
"
LM Studio
- Download
spam-classifier-F16.gguf - Open LM Studio → My Models → Import → select the file
- The system prompt is pre-loaded from the model's chat template
- Set Temperature to
0.2
Ollama
# Download the repo (includes Modelfile)
huggingface-cli download VoltageVagabond/spam-classifier-liquid-GGUF \
--local-dir ./spam-classifier-gguf
# Create and run
ollama create spam-classifier -f ./spam-classifier-gguf/Modelfile
ollama run spam-classifier
Example Output
Input:
Classify this email as SPAM, HAM, or PHISHING.
Email:
Congratulations! You have won $1,000,000. Click here to claim your prize.
Output:
SPAM
This email exhibits classic spam indicators: an unrealistic prize claim,
urgency to "click here," and no sender context. The promise of $1,000,000
is a common social engineering tactic used to lure clicks.
Source
- Training code & adapter: VoltageVagabond/spam-classifier-liquid
- Training dataset: VoltageVagabond/spam-email-dataset
- Course: ENGT 375 — Applied Machine Learning, Old Dominion University, Spring 2026
- Downloads last month
- 109
16-bit
Model tree for VoltageVagabond/spam-classifier-liquid-GGUF
Base model
LiquidAI/LFM2.5-1.2B-Base