How to use from
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 sinj3d/resume-builder-coverletter:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf sinj3d/resume-builder-coverletter:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf sinj3d/resume-builder-coverletter:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf sinj3d/resume-builder-coverletter: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 sinj3d/resume-builder-coverletter:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf sinj3d/resume-builder-coverletter: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 sinj3d/resume-builder-coverletter:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf sinj3d/resume-builder-coverletter:Q4_K_M
Use Docker
docker model run hf.co/sinj3d/resume-builder-coverletter:Q4_K_M
Quick Links

resume-builder-coverletter (GGUF)

A fine-tune of Qwen2.5-3B-Instruct that writes job cover letters in the exact prompt format used by the resume-builder desktop app. It is conditioned on cover-letter templates — it follows whatever template appears in its prompt, so new templates work without retraining — and is grounded on retrieved résumé bullets (RAG) to avoid fabricating experience.

Built with Qwen.

  • Base model: Qwen/Qwen2.5-3B-Instruct
  • Format: GGUF, Q4_K_M quantization (~1.8 GB; ~3 GB RSS at runtime)
  • Runtime: CPU via llama.cpp — roughly 1–2 min per letter on an 8 GB machine
  • Prompt format: ChatML (the model's embedded chat template)

Usage

In the resume-builder app (recommended)

Open Settings → Local (GGUF) and click Download the tuned cover-letter model. The app fetches this file into its app-data directory and wires it up automatically — no manual paths.

Directly with llama.cpp

llama-cli -m coverletter-qwen2.5-3b-Q4_K_M.gguf -p "your ChatML prompt"

The app builds its own system/user prompt (RAG bullets + job description + optional template) and applies the model's chat template; see src-tauri/src/llm/prompt.rs for the exact shape.

Training

Distilled and QLoRA-fine-tuned entirely on synthetic, non-personal data — real public job descriptions paired with fictional candidate profiles, so the model generalizes at inference instead of memorizing anyone's résumé. Full pipeline: training/.

License

Non-commercial use only. This is a derivative of Qwen2.5-3B-Instruct and is distributed under the Qwen Research License Agreement (see LICENSE and NOTICE), which permits research and evaluation use only.

Qwen is licensed under the Qwen RESEARCH LICENSE AGREEMENT, Copyright (c) Alibaba Cloud. All Rights Reserved.

Downloads last month
26
GGUF
Model size
3B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for sinj3d/resume-builder-coverletter

Base model

Qwen/Qwen2.5-3B
Quantized
(263)
this model