yasserrmd / AgentUX-4B

huggingface.co
Total runs: 9
24-hour runs: 0
7-day runs: 0
30-day runs: 0
Model's Last Updated: August 01 2025
text-generation

Introduction of AgentUX-4B

Model Details of AgentUX-4B

🧠 AgentUX‑4B

AgentUX‑4B is a compact, agentic reasoning model designed for UI layout generation , component reasoning , and lightweight code structuring tasks . It’s a 4B-parameter model merged using SLERP (Spherical Linear Interpolation) via MergeKit , combining:


✨ Highlights
  • 📐 UI reasoning & layout structure understanding
  • 🧩 Component-to-code generation (HTML, JSX, CSS fragments)
  • 🧠 Compact agentic planning and multi-step reasoning
  • Lightweight & merge-optimized for local inference and real-time apps
  • 🧬 Merged using SLERP to preserve semantic smoothness between sources

🧪 Example Use Cases
Prompt Task
"Generate a signup form layout using HTML and CSS" Frontend layout generation
"Explain the role of flex-wrap in UI design" UI reasoning
"Plan 3 steps to build a sidebar menu using React" Agentic decomposition

🔧 Usage Example
from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline

model_id = "yasserrmd/AgentUX-4B"

tokenizer = AutoTokenizer.from_pretrained(model_id, trust_remote_code=True)
model = AutoModelForCausalLM.from_pretrained(model_id, trust_remote_code=True)

pipe = pipeline("text-generation", model=model, tokenizer=tokenizer)

prompt = "Create a responsive layout with sidebar and header using Flexbox."
response = pipe(prompt, max_new_tokens=512)[0]["generated_text"]
print(response)

🛠 Merge Details
  • 🔗 MergeKit method: slerp
  • 🔍 Focused on reasoning alignment between structured generation (UIGEN) and agent-style planning (Jan-nano)
  • 🤖 No additional fine-tuning post-merge

📘 License & Credit

Runs of yasserrmd AgentUX-4B on huggingface.co

9
Total runs
0
24-hour runs
0
3-day runs
0
7-day runs
0
30-day runs

More Information About AgentUX-4B huggingface.co Model

AgentUX-4B huggingface.co

AgentUX-4B huggingface.co is an AI model on huggingface.co that provides AgentUX-4B's model effect (), which can be used instantly with this yasserrmd AgentUX-4B model. huggingface.co supports a free trial of the AgentUX-4B model, and also provides paid use of the AgentUX-4B. Support call AgentUX-4B model through api, including Node.js, Python, http.

yasserrmd AgentUX-4B online free

AgentUX-4B huggingface.co is an online trial and call api platform, which integrates AgentUX-4B's modeling effects, including api services, and provides a free online trial of AgentUX-4B, you can try AgentUX-4B online for free by clicking the link below.

yasserrmd AgentUX-4B online free url in huggingface.co:

https://huggingface.co/yasserrmd/AgentUX-4B

AgentUX-4B install

AgentUX-4B is an open source model from GitHub that offers a free installation service, and any user can find AgentUX-4B on GitHub to install. At the same time, huggingface.co provides the effect of AgentUX-4B install, users can directly use AgentUX-4B installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

AgentUX-4B install url in huggingface.co:

https://huggingface.co/yasserrmd/AgentUX-4B

Url of AgentUX-4B

AgentUX-4B huggingface.co Url

Provider of AgentUX-4B huggingface.co

yasserrmd
ORGANIZATIONS

Other API from yasserrmd

huggingface.co

Total runs: 28
Run Growth: 3
Growth Rate: 10.71%
Updated:October 19 2025