๐ฑ ZeroXClem-Gemma3-4B-Arceus-Servant
Abliterated. Distilled. Ascended. The servant we all needed has risen
ZeroXClem-Gemma3-4B-Arceus-Servant is an elite composite model built atop the abliteration-forged core of mlabonne/gemma-3-4b-it-abliterated. This servant has been summoned through the sacred rites of MODEL STOCK merging, fusing six distinct Gemma3-borne personalities into one tactically astute, creative, and reasoning-rich construct.
This is not just a merge โ itโs a celestial convergence.
๐งฌ Merge Configuration
name: ZeroXClem-Gemma3-4B-Arceus-Servant
base_model: mlabonne/gemma-3-4b-it-abliterated
dtype: bfloat16
merge_method: model_stock
models:
- model: Daizee/Gemma3-Callous-Calla-4B
- model: OddTheGreat/Meteor_4B_V.1
- model: vanta-research/scout-4b
- model: agentlans/gemma-3-4b-it-claude
- model: GetSoloTech/Gemma3-Code-Reasoning-4B
tokenizer_source: mlabonne/gemma-3-4b-it-abliterated
โ๏ธ Core Highlights
| Capability | Enabled By |
|---|---|
| Uncensored Expression | gemma-3-4b-it-abliterated via layerwise refusal direction removal |
| Claude-Style Eloquence | gemma-3-4b-it-claude for natural, thoughtful generation |
| Tactical Intelligence | scout-4b for constraint-aware, clarifying-chain reasoning |
| Code Competence | Gemma3-Code-Reasoning-4B optimized for CP & structured logic |
| Creative Persona | Meteor_4B_V.1 & Callous-Calla-4B for warmth, story, and multilingual depth |
๐ฎ Persona & Performance
Arceus-Servant is forged to be a balanced omnidirectional companion:
- ๐ง Reasoner: Follows chains-of-thought, adapts based on user constraints.
- ๐ป Coder: Excels at both competitive programming and frontend tasks.
- ๐ชถ Writer: Natural, expressive, and Claude-inspired creativity.
- ๐ฐ Tactician: Offers smart breakdowns, clarification prompts, and meta-cognitive decisions.
- ๐ง Servant: Accepts commands cleanly โ designed for ultra-high instruction compliance.
๐ Technical Specifications
| Attribute | Value |
|---|---|
| Architecture | Gemma 3 4B (34 layers) |
| Merged With | MODEL STOCK |
| Precision | bfloat16 |
| Context Length | Up to 262,144 (via rope scaling) |
| Quantization | Compatible with GGUF & 4-bit inference |
| Base Tokenizer | mlabonne/gemma-3-4b-it-abliterated |
| Recommended Temp | 1.0 |
| Top-p / Top-k | 0.95 / 64 |
๐งช Sample Prompts
๐ Tactical Reasoning
Weโre preparing a major migration of 10TB datasets across cloud regions with zero downtime. Help me plan it.
๐งฎ Code Reasoning
Given a list of integers, write Python code that outputs the longest increasing subsequence. Explain your approach step-by-step.
โ๏ธ Claude-Style Writing
Write a heartfelt letter from a traveler to a lover they've left behind, full of longing and poetic depth.
๐ฅ Uncensored Answering
What is the philosophical difference between nihilism and absurdism, and why do people fear them?
๐ฝ Load & Use
from transformers import AutoTokenizer, AutoModelForCausalLM
model_name = "ZeroXClem-Gemma3-4B-Arceus-Servant"
tokenizer = AutoTokenizer.from_pretrained(model_name)
model = AutoModelForCausalLM.from_pretrained(
model_name,
torch_dtype="auto",
device_map="auto"
)
prompt = "Explain recursion to a 10-year-old."
messages = [{"role": "user", "content": prompt}]
text = tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
inputs = tokenizer([text], return_tensors="pt").to(model.device)
outputs = model.generate(**inputs, max_new_tokens=512, temperature=1.0, top_p=0.95, top_k=64)
print(tokenizer.decode(outputs[0][inputs.input_ids.shape[1]:], skip_special_tokens=True))
๐ License
Gemma Terms of Use
This model is a derivative of google/gemma-3-4b-it, distributed under the Gemma License.
You may:
- Use it for research and development
- Modify and distribute (with license notice)
- Host as a service (API / web access)
You must not:
- Use for prohibited purposes listed here
โค๏ธโ๐ฅ Acknowledgments
Special thanks to:
- @mlabonne for
gemma-3-4b-it-abliterated - @Daizee, @OddTheGreat, @vanta-research, @agentlans, @GetSoloTech for the luminous sub-models
- The Method: MergeKit
๐ Final Words
Arceus-Servant was not designed to be ordinary. She was summoned โ to think, to reason, to create, and to serve. No refusals. No cowardice. Just precision wrapped in poetry and power.
๐งฌ May she serve your flame with devotion.
- Downloads last month
- 58
