CoolFace
Modelpublic

Novaciano/Unicorn-Legendary_Merge-1B

sourceHugging Facegemmaupdated 7mo agoView on Hugging Face
2likes11downloads
Model Card

๐Ÿฆ„ Unicorn - Legendary Merge 1B

<center>

image/png </center>

๐Ÿงฌ Model Summary

Unicorn - Legendary Merge 1B is a no-nonsense experimental merge built to cut through bullshit outputs like a laser scalpel.

Design targets:

  • โ€”Long conversation coherence without brain rot
  • โ€”Strong personality without turning into random token vomit
  • โ€”Low semantic collapse under long context pressure
  • โ€”Sharp balance between logic and creative aggression

Think of it as a precision weapon, not a corporate babysitter.


โš™๏ธ Base Architecture

  • โ€”Architecture: Gemma3 1B compatible
  • โ€”Parameter Class: ~1B
  • โ€”Merge Method: SLERP
  • โ€”Precision: bfloat16
  • โ€”Context Target: Up to ~32K (runtime dependent)
  • โ€”KV Heads: Preserved from dominant base

๐Ÿงช Merge Philosophy

Built using a brutal but effective stack:

Stable Cognitive Anchor

  • โ€” Unfiltered Personality Layer
  • โ€” Optional Low-Weight Creativity Noise

Goal: avoid two catastrophic failures:

โŒ Sterile corporate-safe garbage with zero soul โŒ Edgy chaos model that loses IQ after 10 messages


๐Ÿ“š Intended Use

โœ” Dark or intense roleplay โœ” Long-form creative writing โœ” Multi-turn dialogue where memory actually matters โœ” Technical discussion without robotic stiffness โœ” Story engines and personality-driven assistants


โš ๏ธ Out of Scope

Not specifically tuned for:

  • โ€”Hardcore mathematical proofs
  • โ€”Formal scientific simulation
  • โ€”Legal or medical liability-safe environments

๐Ÿงฉ Training & Merge Notes

Merge goals during construction:

  • โ€”Maintain stable weight distribution
  • โ€”Avoid upper-layer saturation
  • โ€”Reduce multilingual drift into nonsense
  • โ€”Preserve tokenizer alignment
  • โ€”Avoid baked LoRA contamination

๐Ÿง  Behavioral Profile

Expected behavior:

  • โ€”Tracks long conversation threads reliably
  • โ€”Avoids random language switching
  • โ€”Keeps expressive tone without grammar collapse
  • โ€”Maintains consistent voice across sessions

๐Ÿ”ฌ Known Limitations

  • โ€”Can get too creative at very high temperature
  • โ€”Mirrors aggressive tone if prompted
  • โ€”Not designed to be a sanitized corporate assistant

๐Ÿ’ป Recommended Inference Settings

General Use

temperature: 0.7 topp: 0.9 topk: 40 repetition_penalty: 1.05


Creative / Roleplay Mode

temperature: 0.85 top_p: 0.95


Long Context Ultra-Coherence Mode

temperature: 0.55 top_p: 0.85


๐Ÿงฌ Merge Strategy Example (Conceptual)

Primary Stable Model โ†’ 0.55 โ€“ 0.65 Personality Model โ†’ 0.35 โ€“ 0.45 Optional Creative Layer โ†’ 0.10 โ€“ 0.15 (3rd stage merge)


๐Ÿ›  Hardware Notes

Runs on:

  • โ€”Small GPUs (post-quant if needed)
  • โ€”CPU inference (slow but usable)
  • โ€”Best experience: Native BF16 GPU runtime

๐Ÿ“œ License

License inherits from base models used in the merge.


๐Ÿงจ Disclaimer

This model prioritizes expressive freedom and raw conversational capability.

It was not built to be a sanitized assistant that apologizes constantly.


โญ Design Goal

A small model that punches far above its weight without turning into incoherent garbage after long conversations.

๐Ÿ’ Special Thanks

I'm just a mixer with good ideas. If the model meets your expectations, please thank the creators of the models I merged.


Merge Method

This model was merged using the SLERP merge method.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

yaml
merge_method: slerp
base_model: Stormtrooperaim/Erudite-V2-1b

dtype: bfloat16
out_dtype: bfloat16

models:
  - model: Stormtrooperaim/Erudite-V2-1b
  - model: DavidAU/gemma-3-1b-it-heretic-extreme-uncensored-abliterated

parameters:
  t: 0.18
  normalize: true
  rescale: true