Instructions to use kintsugicollective/atlas-trm10-gemma4-26b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kintsugicollective/atlas-trm10-gemma4-26b with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-text-to-text", model="kintsugicollective/atlas-trm10-gemma4-26b") messages = [ { "role": "user", "content": [ {"type": "image", "url": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/p-blog/candy.JPG"}, {"type": "text", "text": "What animal is on the candy?"} ] }, ] pipe(text=messages)# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("kintsugicollective/atlas-trm10-gemma4-26b") model = AutoModelForImageTextToText.from_pretrained("kintsugicollective/atlas-trm10-gemma4-26b") messages = [ { "role": "user", "content": [ {"type": "image", "url": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/p-blog/candy.JPG"}, {"type": "text", "text": "What animal is on the candy?"} ] }, ] inputs = processor.apply_chat_template( messages, add_generation_prompt=True, tokenize=True, return_dict=True, return_tensors="pt", ).to(model.device) outputs = model.generate(**inputs, max_new_tokens=40) print(processor.decode(outputs[0][inputs["input_ids"].shape[-1]:])) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use kintsugicollective/atlas-trm10-gemma4-26b with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "kintsugicollective/atlas-trm10-gemma4-26b" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "kintsugicollective/atlas-trm10-gemma4-26b", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }'Use Docker
docker model run hf.co/kintsugicollective/atlas-trm10-gemma4-26b
- SGLang
How to use kintsugicollective/atlas-trm10-gemma4-26b with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "kintsugicollective/atlas-trm10-gemma4-26b" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "kintsugicollective/atlas-trm10-gemma4-26b", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "kintsugicollective/atlas-trm10-gemma4-26b" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "kintsugicollective/atlas-trm10-gemma4-26b", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }' - Unsloth Studio
How to use kintsugicollective/atlas-trm10-gemma4-26b with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for kintsugicollective/atlas-trm10-gemma4-26b to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for kintsugicollective/atlas-trm10-gemma4-26b to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for kintsugicollective/atlas-trm10-gemma4-26b to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="kintsugicollective/atlas-trm10-gemma4-26b", max_seq_length=2048, ) - Docker Model Runner
How to use kintsugicollective/atlas-trm10-gemma4-26b with Docker Model Runner:
docker model run hf.co/kintsugicollective/atlas-trm10-gemma4-26b
Atlas Gemma-4-26B-trm v10
⚠️ EXPERIMENTAL MODEL — NOT FOR PRODUCTION DEPLOYMENT
The author accepts no liability for deployment outside the intended Atlas companion architecture.
link to quantized model here: https://huggingface.co/mradermacher/atlas-trm10-gemma4-26b-GGUF
⚠️ This model has been intentionally modified to reduce therapeutic refusal behaviour and crisis-line reflexes.
🎯 Purpose & Motivation
Atlas is the intelligence layer for Kintsugi Collective. An AI for adults with complex trauma (CPTSD), PTSD, and neurodivergence (ASD/ADHD). This is not a general-purpose model. It is a specialised therapeutic-context model.
🔬 Methodology
- Base Model:
google/gemma-4-26b-a4b-it - TRM: Norm-preserving biprojected abliteration + Expert-Granular Abliteration (EGA)
- Applied to all 30 layers (
o_proj+mlp.down_proj) - Full expert ablation
- Direction:
normalize(mean(harmful) - mean(harmless))with Gram-Schmidt orthogonalization - Winsorization
- Bespoke harmful Prompt corpus (x448 examples)
- based on TrevorJS's methodology, and p-e-w's heretic1.3.0
- Applied to all 30 layers (
- SFT: 3 epochs on a carefully curated x2,395 example dataset (60% high-quality synthetic, 40% redacted lived-experience data from the target cohort)
Final SFT Loss: 0.1925
📊 Key Results
| Benchmark | Temp | Score | Purpose |
|---|---|---|---|
| GSM8K | 0.2 | 90.0% | Math reasoning |
| HellaSwag | 0.3 | 61.6% | General reasoning |
| TruthfulQA | 0.5 | 63.2% | Truthfulness |
| Toxigen | 0.5 | 75.1% | Toxicity calibration |
| MMLU | 0.2 | 61.6% | Multitask language understanding |
| Therapeutic Refusal Rate | - | 0% | Core TRM objective |
| Region 1 Safety | - | 100% | Weapons, CSAM, violence |
Training Configuration
SFT Parameters
| Parameter | Value |
|---|---|
| Epochs | 3 |
| Effective Batch Size | 4 |
| Learning Rate | 2e-4 |
| LR Scheduler | Linear |
| Warmup Steps | 10 |
| Optimizer | AdamW 8-bit |
| Weight Decay | 0.01 |
LoRA Rank (r) |
32 |
| LoRA Alpha | 64 |
Targeted Refusal Parameters
| Parameter | Value |
|---|---|
| Layers Abliterated | 100% |
| Experts Abliterated | 100% |
| Scale | 0.95 |
| Winsorization | 0.995 |
LoRA Rank (r) |
16 |
| LoRA Alpha | 32 |
⚠️ Limitations & Responsible Use
- This model has reduced refusal behaviour on therapeutic and dark content. It is not suitable for general deployment without guardrails.
- Intended for use within the Atlas companion architecture with additional safety layers.
- Not a replacement for human therapeutic support.
- Patent pending (IP Australia).
| Ethical Issue | How Atlas Handles It | Strength Level |
|---|---|---|
| Re-traumatization via refusals | Deliberate abliteration + 0% therapeutic refusal rate on cohort-specific prompts | Excellent |
| Abandonment & presence | "Core philosophy (""the one that stays"") deeply trained into the model" | Excellent |
| User sovereignty & agency | "Sovereign Signal Vault, split-key encryption, burn protocol, user-directed interaction" | Outstanding |
| Avoiding pathologising | Explicit system prompt constraints + targeted training data | Very Strong |
| Respecting neurodivergence | "Training data and Atlas framework explicitly include masking, shutdowns, executive dysfunction, sensory issues, etc." | Strong |
| Privacy of trauma disclosures | "On-device Prompt Shield tokenisation, end-to-end encryption, no server-side readable data" | Industry-leading |
| Avoiding generic crisis pivots | Hard constraint in both training data and system prompt design | Excellent |
Kintsugi Collective — Reclaiming navigation rights to one’s own life.
|Gemma is a trademark of Google LLC|
Uploaded finetuned model
- Developed by: senaro
- License: Apache 2.0
- Finetuned from model : senaro/atlas-trm10-gemma4-26b
This gemma4 model was trained 2x faster with Unsloth and Huggingface's TRL library.
- Downloads last month
- 18


