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 iamdyeus/qwendean-4b-GGUF:
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 "iamdyeus/qwendean-4b-GGUF:" \
  --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

Qwendean-4B GGUF

Qwendean is a fine-tuned Qwen3-4B model built specifically for generating UI components. Give it a plain-English description of a UI section and it outputs clean, copy-paste-ready TypeScript/React code using ShadCN UI and Tailwind CSS.


Available Files

File Quant Size Recommended For
Qwendean-4B.Q4_K_M.gguf Q4_K_M 2.5 GB Most users
Qwendean-4B.Q5_K_M.gguf Q5_K_M 2.89 GB Better quality (default)
Qwendean-4B.Q8_0.gguf Q8_0 4.28 GB Maximum quality

Usage

Ollama

ollama run hf.co/iamdyeus/qwendean-4b-GGUF

llama.cpp

llama-cli -hf iamdyeus/qwendean-4b-GGUF --jinja

LM Studio

Search iamdyeus/qwendean-4b-GGUF in the model browser.


Prompting

Give it direct, specific UI descriptions:

  • "Build a hero section with a headline, subtitle, and two CTA buttons"
  • "Create a sidebar navigation with icons and collapsible sections"

It outputs TSX only — no explanations, no conversation.


Links

Downloads last month
180
GGUF
Model size
4B params
Architecture
qwen3
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

8-bit

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

Model tree for iamdyeus/qwendean-4b-GGUF

Finetuned
Qwen/Qwen3-4B
Finetuned
unsloth/Qwen3-4B
Quantized
(1)
this model

Dataset used to train iamdyeus/qwendean-4b-GGUF