Instructions to use livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL 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 livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL 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 livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL:Q4_K_M # Run inference directly in the terminal: llama cli -hf livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL:Q4_K_M # Run inference directly in the terminal: llama cli -hf livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL: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 livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL: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 livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL:Q4_K_M
Use Docker
docker model run hf.co/livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL:Q4_K_M
- Ollama
How to use livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL with Ollama:
ollama run hf.co/livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL:Q4_K_M
- Unsloth Studio
How to use livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL 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 livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL 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 livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL to start chatting
- Pi
How to use livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL: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": "livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL with Docker Model Runner:
docker model run hf.co/livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL:Q4_K_M
- Lemonade
How to use livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL:Q4_K_M
Run and chat with the model
lemonade run user.Qweblethos-v1-GGUF-EXPEREMENTIAL-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL: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 livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL: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 "livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL: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"
Qweblethos v1 — Qwen3.8-27B Fable Agentic Fine-Tune (Q4_K_M GGUF) TEST VERSION!
Qweblethos v1 is a Q4_K_M GGUF of Qwen/Qwen3.8-27B, fine-tuned for coding-agent behavior, multi-step tool use, debugging, and verification-oriented workflows.
The name combines Qwen + Fable + Mythos. That is the project identity, not a provenance claim: this v1 checkpoint was trained on Fable 5 traces only; no Mythos-generated samples were used. A future version may add a separately audited Mythos component.
What this model is
- Base model:
Qwen/Qwen3.8-27B, revision1d4bf0f2ff6012fd82039f2fa52739d0dd7c60c0 - Fine-tuning method: LoRA, rank 32, alpha 32
- Trainable parameters:
159,383,552(about0.58%of27,516,112,112parameters) - Training context length:
16,384tokens - Training examples:
6,471 - Evaluation examples used during the run:
128 - Training: one epoch,
809optimizer steps, one NVIDIA B200, about 2 hours - Export: LoRA merged into the BF16 base, then quantized to GGUF v3
Q4_K_M - Runtime target: llama.cpp-compatible applications
- Vision and MTP: not included in this text-only export
- Experemental finetune. The new v2 is coming!
This is response/trajectory distillation through supervised fine-tuning on synthetic agent traces. It is not logit-level distillation and it is not a reproduction of the teacher model.
Training data
The final training mixture contains:
| Source | Selected training examples | Purpose |
|---|---|---|
lordx64/agentic-distill-fable-5-sft, derived from Glint-Research/Fable-5-traces |
4,392 | Fable 5 coding-agent reasoning and tool-use traces |
greghavens/fable-5-coding-and-debugging-traces |
2,079 | Verified full coding/debugging trajectories |
The preparation pipeline removed duplicates, filtered invalid or overlong samples, excluded service/meta noise, converted tool calls to the native Qwen3.8 format, supervised assistant tokens only, and kept train/evaluation task clusters disjoint.
Evaluation
The same 128 held-out examples were evaluated with the base model and with the trained adapter enabled:
| Variant | Loss | Perplexity |
|---|---|---|
| Base Qwen3.8-27B | 0.7328 | 2.0808 |
| Base + Qweblethos LoRA | 0.4634 | 1.5895 |
This is a 36.76% relative loss reduction on the prepared held-out distribution. It shows that the adapter learned that distribution. It does not prove an improvement on independent coding benchmarks such as SWE-bench, LiveCodeBench, or Terminal-Bench. No independent benchmark score is claimed for v1.
Downloaded file
| File | Format | Size | SHA-256 |
|---|---|---|---|
Qweblethos-v1-Q4_K_M.gguf |
GGUF v3, Q4_K_M | 16,547,399,872 bytes (15.41 GiB) | e0867b0c1b04ceb5d098b4892c89a19bd9049a171ce7e72500a0b967ba05932a |
The export was produced with llama.cpp commit 0d9ceae1e38291035605613ab41a8f5e693d6fcd and passed a CPU smoke test by generating the exact requested text hello world.
Running with llama.cpp
llama-cli \
-m Qweblethos-v1-Q4_K_M.gguf \
-c 16384 \
--jinja \
-p "Fix this bug, explain the cause, and add focused tests."
OpenAI-compatible local server:
llama-server \
-m Qweblethos-v1-Q4_K_M.gguf \
-c 16384 \
--jinja \
--host 127.0.0.1 \
--port 8080
Adjust GPU offload (-ngl) to match your hardware. The model can run with CPU/RAM offload, but a 27B model remains heavy: 24 GB of system RAM is marginal, while 32 GB or more is the practical target. Small GPUs can offload only part of the model.
Intended use
Qweblethos v1 is intended for local experimentation with:
- coding-agent workflows;
- debugging and test-driven fixes;
- multi-step tool use;
- repository inspection and verification-oriented responses;
- llama.cpp and OpenAI-compatible local serving.
Limitations
- The training distribution is narrow and heavily focused on coding-agent traces.
- General chat, multilingual quality, vision, and unrelated reasoning domains may regress relative to the base model.
- Tool-call formatting still depends on the runtime and chat-template implementation.
- The model may hallucinate commands, files, test results, or tool outputs. Treat generated actions as untrusted and review them before execution.
- This release has a smoke test and held-out loss comparison, not a comprehensive independent benchmark suite.
- Quantization can reduce quality compared with the merged BF16 checkpoint.
License and attribution
This release combines components with different upstream terms. The Qwen3.8-27B base is Apache-2.0; the selected Fable datasets include AGPL-3.0 and CC BY 4.0 material. See LICENSE_NOTICE.md before redistribution or commercial use.
Reproducibility summary
- Base revision:
1d4bf0f2ff6012fd82039f2fa52739d0dd7c60c0 - Dataset preparation revisions:
lordx64 9df06dd,Crownelius/Glint b9f20b5 - LoRA: rank 32, alpha 32, dropout 0
- Learning rate:
8e-5 - Effective batch size:
8 - Max sequence length:
16,384 - Final train loss:
0.51743 - Final evaluation loss:
0.46328
Qweblethos is an independent community fine-tune and is not affiliated with Qwen, Alibaba, Anthropic, Fable, Mythos, Glint Research, or the dataset authors.
- Downloads last month
- 81
4-bit
Model tree for livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL
Base model
Qwen/Qwen3.8-27B
ollama run hf.co/livebylord/Qweblethos-v1-GGUF-EXPEREMENTIAL:Q4_K_M