How to use from
OpenClaw
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf KenWu/LeLM-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 "KenWu/LeLM-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"
Quick Links

LeLM-GGUF

GGUF quantization of KenWu/LeLM, an NBA take analysis model fine-tuned on Qwen3-8B.

Available Quantizations

File Quant Size Description
LeLM-Q4_K_M.gguf Q4_K_M 4.7 GB Best balance of quality and size

Usage with Ollama

Create a Modelfile:

FROM ./LeLM-Q4_K_M.gguf

PARAMETER temperature 0.7
PARAMETER top_p 0.9

SYSTEM You are LeLM, an expert NBA analyst. Fact-check basketball takes using real statistics. Be direct, witty, and back everything with numbers.

Then run:

ollama create lelm -f Modelfile
ollama run lelm "Fact check: LeBron is washed"

Usage with llama.cpp

llama-cli -m LeLM-Q4_K_M.gguf -p "Fact check this NBA take: Steph Curry is the GOAT" -n 512

Model Details

  • Base model: Qwen3-8B
  • Fine-tuning: LoRA (r=64, alpha=128) with SFT on NBA take analysis data
  • Training: 3 epochs, 915 steps, final loss 0.288
  • LoRA adapter: KenWu/LeLM

Part of LeGM-Lab

This model powers LeGM-Lab, an LLM-powered NBA take analysis and roasting bot.

Downloads last month
35
GGUF
Model size
8B params
Architecture
qwen3
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 KenWu/LeLM-GGUF

Finetuned
Qwen/Qwen3-8B
Quantized
(352)
this model