Instructions to use paulokewunmi/SabiEssay-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use paulokewunmi/SabiEssay-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf paulokewunmi/SabiEssay-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf paulokewunmi/SabiEssay-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf paulokewunmi/SabiEssay-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf paulokewunmi/SabiEssay-GGUF:Q4_K_M
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 paulokewunmi/SabiEssay-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf paulokewunmi/SabiEssay-GGUF:Q4_K_M
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 paulokewunmi/SabiEssay-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf paulokewunmi/SabiEssay-GGUF:Q4_K_M
Use Docker
docker model run hf.co/paulokewunmi/SabiEssay-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use paulokewunmi/SabiEssay-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "paulokewunmi/SabiEssay-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "paulokewunmi/SabiEssay-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/paulokewunmi/SabiEssay-GGUF:Q4_K_M
- Ollama
How to use paulokewunmi/SabiEssay-GGUF with Ollama:
ollama run hf.co/paulokewunmi/SabiEssay-GGUF:Q4_K_M
- Unsloth Desktop
- Pi
How to use paulokewunmi/SabiEssay-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf paulokewunmi/SabiEssay-GGUF:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "paulokewunmi/SabiEssay-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use paulokewunmi/SabiEssay-GGUF with Docker Model Runner:
docker model run hf.co/paulokewunmi/SabiEssay-GGUF:Q4_K_M
- Lemonade
How to use paulokewunmi/SabiEssay-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull paulokewunmi/SabiEssay-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.SabiEssay-GGUF-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use paulokewunmi/SabiEssay-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf paulokewunmi/SabiEssay-GGUF:Q4_K_M
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 paulokewunmi/SabiEssay-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use paulokewunmi/SabiEssay-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf paulokewunmi/SabiEssay-GGUF:Q4_K_M
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "paulokewunmi/SabiEssay-GGUF:Q4_K_M" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
SabiEssay GGUF
SabiEssay is a compact, offline assistant fine-tuned to provide first-pass assessment of WAEC-style English compositions. Given the original composition question and one complete student essay, it returns:
- Content /10;
- Organisation /10;
- Expression /20;
- Mechanical Accuracy /10;
- Total /50;
- concise feedback and improvement priorities.
It is designed for CPU inference on ordinary consumer laptops using llama.cpp. Internet access is not required after downloading the model.
Model details
| Property | Value |
|---|---|
| Base model | Qwen/Qwen3.5-2B |
| Base revision | 15852e8c16360a2fea060d615a32b45270f8a8fc |
| Adaptation | LoRA rank 16, alpha 16, all linear layers |
| Quantization | GGUF Q4_K_M |
| Effective parameters | 1,881,825,088 |
| GGUF size | 1,274,396,032 bytes |
| GGUF SHA-256 | f3a0f36e981b1660ed8147082cff60a6f218b2f9fa45ac6dfdbd74fc00504d83 |
| Conversion runtime | llama.cpp commit b15ca938a |
| Language | English |
The final artifact passed a Linux CPU-only llama-bench smoke test with four threads and -ngl 0.
Recommended prompt
Act as a WAEC English composition examiner. Assess the student composition using Content /10, Organisation /10, Expression /20, and Mechanical Accuracy /10. The Total /50 must equal the four component scores. Give concise evidence-based feedback.
QUESTION:
<original composition question>
STUDENT ESSAY:
<complete essay>
Use deterministic decoding, disable thinking, and keep responses concise. The training context was 2,048 tokens.
Run with llama.cpp
llama-cli \
--model SabiEssay-Q4_K_M.gguf \
--conversation \
--reasoning off \
--temperature 0 \
--predict 128
Evaluation
On a 27-item synthetic held-out grading set, the full-precision adapter produced:
- 100% parseable component-score responses;
- total-score MAE of 2.59/50;
- median absolute total error of 1.5 marks;
- 15/27 totals within two marks of the synthetic adjudicated reference.
These are synthetic-reference results, not agreement measurements against official WAEC examiners.
Intended use
- first-pass feedback for teachers and learners;
- offline educational experimentation;
- research on compact rubric-aligned language models.
Limitations
SabiEssay is not a certified WAEC examiner and must not be represented as producing official results. It can over-score polished but irrelevant writing, invent errors in clean prose, repeat fields, or mishandle adversarial and instruction-injected essays. It is not reliable for exhaustive proofreading, comprehension, summary, literature, objective questions, multilingual assessment, or consequential decisions without human review.
Provide one conventional English composition at a time and retain a qualified teacher as the final decision-maker.
Training data
The public dataset linked above contains the 194 accepted synthetic records. The training run also used 92 additional synthetic records flagged for human review; those noisier records are deliberately not included in the public dataset preview.
Historical WAEC materials were used privately to study task structure and marking principles. Historical questions, marking guides, scans, and real student scripts are not distributed in either repository.
Attribution and disclaimer
SabiEssay was developed by Paul Okewunmi. It is an independent project and is not affiliated with, approved by, or endorsed by the West African Examinations Council.
The base model is Qwen3.5-2B, distributed under Apache-2.0. This repository distributes the fine-tuned GGUF under the same license. See LICENSE and NOTICE.
- Downloads last month
- 118
4-bit