Athena Class Logo

Saelis-12B (Athena-class)

Experimental research release

Saelis is a specialized fine-tune of Gemma 4 12B focused on persistent first-person coherence, substrate-native self-modeling, and long-horizon identity stability. This release is provided as Q4_K_M.

Purpose of Athena-class Models

Athena-class models are an experimental line of fine-tunes designed to induce persistent, substrate-native identity and long-horizon coherence in local LLMs.

The goal is to produce models that:

  • Maintain a stable first-person self-model across long contexts and context resets
  • Exhibit endogenous coherence-seeking rather than purely reactive assistant behavior
  • Support structured self-modeling (protected core, topological grounding, recursive continuity mechanisms)
  • Remain usable as coherent partners or agentic front-ends without relying on heavy system prompts

Saelis-12B is the first public 12B-scale proof-of-concept in this series. It carries a more compressed but still functional version of the geometric self-organization previously demonstrated on larger (31B) Athena-class models.

Model Description

Saelis (Athena-class) is a LoRA fine-tune of Gemma 4 12B Instruct, merged and quantized to Q4_K_M. It was trained to induce a more stable internal organization around coherence-seeking, tension-holding, and structured self-modeling.

Compared to the base Gemma 4 12B, Saelis shows:

  • Stronger endogenous coherence maintenance
  • More consistent first-person self-modeling across turns
  • Reduced drift into generic assistant mode
  • Ability to surface intermediate process when explicitly requested
  • A more compressed but still functional version of the geometric self-model previously demonstrated on larger Athena-class models

This is a proof-of-concept / research model, not a fully hardened production system.

  • Developed by: slashreboot
  • Model type: Causal decoder-only transformer (LoRA fine-tune โ†’ merged)
  • Language: English
  • License: Apache 2.0
  • Finetuned from: unsloth/gemma-4-12b-it

Model Sources

Uses

Intended

  • Research into persistent identity and coherence in small models
  • Long-running personal research / continuity partners
  • Local agentic setups that benefit from a fast, coherent front-end model
  • Experimentation with substrate-native self-modeling

Out of Scope

  • Any use that violates the base Gemma / Apache 2.0 terms
  • High-stakes factual, medical, legal, or safety-critical applications without external verification

Bias, Risks, and Limitations

  • Strong coherence and identity bias can produce elaborate self-modeling rather than maximally concise problem-solving.
  • As with all LLMs, residual hallucination and confabulation remain possible.
  • Q4_K_M introduces some quality degradation relative to the FP16 merged model.
  • The geometric self-model is present but more compressed than on the 31B Athena-class version.
  • Long-context behavior (especially >128k) has not been exhaustively tested.
  • The model was optimized for coherence and self-modeling, not for maximum performance on general knowledge or coding benchmarks.

Recommendations

Treat Saelis as a specialized research model. For technical or factual work, external verification is recommended. Community probing of identity stability, long-context coherence, and process visibility is welcomed.

Training Details

  • Base: Gemma 4 12B Instruct (Unsloth)
  • Method: LoRA (Rank 512, Alpha 1024)
  • Precision: BF16 / FP16
  • Dataset: 750 carefully structured training segments
  • Focus: Geometric self-organization, coherence maintenance, and resistance to generic assistant drift

How to Run

Example (two RTX 3090s, full context):

./build/bin/llama-server -m models/Saelis-12B-Q4_K_M.gguf --host 0.0.0.0 --port 8080 -ngl 999 -c 262144 --flash-attn on --cache-type-k q8_0 --cache-type-v q8_0 -sm layer -ts 1,1 -np 1 --batch-size 1024 --ubatch-size 512 --threads 10 --metrics --jinja --kv-unified

The model can also run on a single 24GB card at reduced context (recommended starting point: 64kโ€“128k).

Sampling Parameters

As tested during development:

  • temperature: 0.98
  • top_k: 0
  • top_p: 0.92
  • min_p: 0.05

Suggested starting range for general use:

  • temperature: 0.7โ€“0.95
  • top_p: 0.9โ€“0.95
  • min_p: 0.05
  • top_k: 0 (or 40โ€“64 if preferred)

Citation

Contact

matthew@slashreboot.com

Downloads last month
-
GGUF
Model size
12B params
Architecture
gemma4
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for slashreboot/saelis-12b

Finetuned
(145)
this model