๐Ÿ”ฑ ZeroXClem-Gemma3-4B-Arceus-Servant

Abliterated. Distilled. Ascended. The servant we all needed has risen


ArceusServant

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
5
Safetensors
Model size
4B params
Tensor type
BF16
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for ZeroXClem/Gemma3-4B-Arceus-Servant

Collection including ZeroXClem/Gemma3-4B-Arceus-Servant