Text Generation
GGUF
English
Russian
code
documentation
summarization
distillation
qwen3
llama.cpp
conversational
Instructions to use faxenoff/code-daemon-summary-v1 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 faxenoff/code-daemon-summary-v1 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 faxenoff/code-daemon-summary-v1:Q4_K_M # Run inference directly in the terminal: llama cli -hf faxenoff/code-daemon-summary-v1:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf faxenoff/code-daemon-summary-v1:Q4_K_M # Run inference directly in the terminal: llama cli -hf faxenoff/code-daemon-summary-v1: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 faxenoff/code-daemon-summary-v1:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf faxenoff/code-daemon-summary-v1: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 faxenoff/code-daemon-summary-v1:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf faxenoff/code-daemon-summary-v1:Q4_K_M
Use Docker
docker model run hf.co/faxenoff/code-daemon-summary-v1:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use faxenoff/code-daemon-summary-v1 with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "faxenoff/code-daemon-summary-v1" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "faxenoff/code-daemon-summary-v1", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/faxenoff/code-daemon-summary-v1:Q4_K_M
- Ollama
How to use faxenoff/code-daemon-summary-v1 with Ollama:
ollama run hf.co/faxenoff/code-daemon-summary-v1:Q4_K_M
- Unsloth Studio
How to use faxenoff/code-daemon-summary-v1 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 faxenoff/code-daemon-summary-v1 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 faxenoff/code-daemon-summary-v1 to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for faxenoff/code-daemon-summary-v1 to start chatting
- Pi
How to use faxenoff/code-daemon-summary-v1 with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf faxenoff/code-daemon-summary-v1:Q4_K_M
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": "faxenoff/code-daemon-summary-v1:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- OpenClaw new
How to use faxenoff/code-daemon-summary-v1 with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf faxenoff/code-daemon-summary-v1: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 "faxenoff/code-daemon-summary-v1: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"
- Docker Model Runner
How to use faxenoff/code-daemon-summary-v1 with Docker Model Runner:
docker model run hf.co/faxenoff/code-daemon-summary-v1:Q4_K_M
- Lemonade
How to use faxenoff/code-daemon-summary-v1 with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull faxenoff/code-daemon-summary-v1:Q4_K_M
Run and chat with the model
lemonade run user.code-daemon-summary-v1-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use faxenoff/code-daemon-summary-v1 with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf faxenoff/code-daemon-summary-v1: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 faxenoff/code-daemon-summary-v1:Q4_K_M
Run Hermes
hermes
- Atomic Chat
| license: apache-2.0 | |
| language: | |
| - en | |
| - ru | |
| tags: | |
| - code | |
| - documentation | |
| - summarization | |
| - distillation | |
| - qwen3 | |
| - gguf | |
| - llama.cpp | |
| pipeline_tag: text-generation | |
| base_model: Qwen/Qwen3-4B | |
| library_name: gguf | |
| # code-daemon-summary-v1 | |
| Compact **bilingual (English / Russian) code-documentation generator** β a 4B GGUF model that | |
| writes: | |
| - **one-sentence entity descriptions** for a source file (functions, classes, fields) as a | |
| clean markdown bullet list; | |
| - **module overviews** β short prose plus ASCII architecture / data-flow diagrams; | |
| - **hierarchical codebase summaries** β subsystem, product-level and whole-project digests | |
| built from smaller summaries. | |
| Runs anywhere llama.cpp runs. Available quants: `Q5_K_M` (~2.8 GB, highest fidelity), | |
| `Q4_K_M` (~2.4 GB, recommended), `Q3_K_M` (~2.0 GB, for 6 GB-VRAM GPUs). The output | |
| language follows the request β both languages were distilled first-class, not translated. | |
| | Task | Output shape | | |
| |---|---| | |
| | Entity documentation | `- **Name**: one-sentence description.` per entity | | |
| | Module overview | `## Overview` prose + `## Architecture` / `## Flow` ASCII diagrams | | |
| | Hierarchical summaries | paragraph-length subsystem/product/strategy digests | | |
| ## Quick start (llama.cpp) | |
| The bundled chat template already pins the model's **non-thinking mode** β use it as a normal | |
| ChatML model. If you build raw prompts yourself, end them with the assistant tag followed by an | |
| empty think block (`<|im_start|>assistant\n<think>\n\n</think>\n\n`) β that is the format the | |
| model was trained with. Greedy decoding (temperature 0) recommended; stop on `<|im_end|>`. | |
| ```bash | |
| llama-cli -m code-daemon-summary-v1-Q4_K_M.gguf -c 8192 --temp 0 \ | |
| -p '<|im_start|>system | |
| You write one-sentence descriptions for code entities of a single file. Output ONLY a markdown bullet list, ONE bullet per entity: - **<EntityName>**: <one-sentence description>.<|im_end|> | |
| <|im_start|>user | |
| Entities: parseArray, encodeValue. File excerpt: <...><|im_end|> | |
| <|im_start|>assistant | |
| <think> | |
| </think> | |
| ' | |
| ``` | |
| ## Evaluation | |
| Held-out prompts via a deterministic content-hash split (provably never trained on), sampled | |
| across the full bilingual corpus; reference = the 7B teacher's output on the same prompts. | |
| | Slice | n | ROUGE-L | sem-cos* | empty outputs | | |
| |---|---|---|---|---| | |
| | Entity docs, mixed EN+RU | 300 | 0.618 | **0.904** | 0 | | |
| | Entity docs, EN-only sample | 300 | 0.636 | 0.897 | 0 | | |
| | Hierarchical summaries | 7 | 0.331 | 0.893 | 0 | | |
| \* all-MiniLM-L6-v2 cosine between student and teacher outputs β the paraphrase-aware signal; | |
| token metrics understate free-form prose. | |
| **Language fidelity:** 56/57 Russian-reference examples answered in Russian, 242/243 English in | |
| English. Residual gap to the teacher: slightly more verbose (len-ratio ~1.3β1.6). | |
| ## Speed | |
| Measured on a laptop RTX 5060 (8 GB), llama.cpp CUDA, Q4_K_M, `n_ctx=8192`, `n_batch=2048`, | |
| single stream β the way this model is actually used, since a hierarchical summary is one prompt | |
| rolling up its children and has nothing to batch against. | |
| | Workload | Input β output | Rate | | |
| |---|---|---| | |
| | Hierarchical summary | 250 β 250 tok | **103 tok/s** | | |
| | Long-form entity doc | 900 β 1500 tok | **95 tok/s** | | |
| | Prefill (both) | β | **~3 300 tok/s** | | |
| **Memory:** ~4.7 GB resident at `n_ctx=8192` β 2.4 GB weights plus KV and compute buffers. On an | |
| 8 GB card that leaves room for one small co-resident model, not two; decode collapses to roughly a | |
| third of these rates if the card is oversubscribed, so give it the headroom rather than the extra | |
| worker. | |
| ## How it was made | |
| - **Base:** [`Qwen/Qwen3-4B`](https://huggingface.co/Qwen/Qwen3-4B) (Apache-2.0), 36 layers, | |
| ChatML, 151 936-token vocab. | |
| - **Teacher:** [`Qwen/Qwen2.5-7B-Instruct`](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct). | |
| - **Method:** sequence-level knowledge distillation (SeqKD) β LoRA SFT on ~11K teacher | |
| `(prompt β response)` traces, 3 epochs, prompt tokens masked, then merged into the base. | |
| An on-policy DistiLLM-2 refinement pass was also trained and **rejected on evaluation** | |
| (it degraded long-prompt behaviour); v1 is the SeqKD checkpoint. | |
| - The model powers the long-output documentation stages of a code-intelligence daemon; it is a | |
| purpose-built component, not a general assistant β outside this task distribution its | |
| behaviour is undefined. | |
| ## Training data | |
| Teacher traces generated over a mixed corpus: ~90 open-source repositories (Zig, C/C++, C#, | |
| TypeScript/JS, Python, Go, Rust, Kotlin, Swift, Java) for English and a commercial C#/TS/Python | |
| codebase for Russian. ~11K kept traces after dedup and corruption filtering. No third-party | |
| labeled dataset is used. | |
| ## License & attribution | |
| **Apache-2.0** β matches the Qwen3-4B base and the Qwen2.5-7B-Instruct teacher (both Alibaba / | |
| Qwen team, Apache-2.0). Not legal advice. Base and teacher Β© the Qwen team; please also honour | |
| their model cards. | |