CoolFace
Modelpublic

Solstice-AI/Qwen3.8-27B-TTURBO-Cold-Fusion-709-L-Uncensored-mlx-oQ8e-1M

sourceHugging Faceapache-2.0updated 17d agoView on Hugging Face
4likes1.3kdownloads
Model Card

<p align="center"> <img src="https://cdn-uploads.huggingface.co/production/uploads/67c2e844e0921a5410eec10a/Y5M42dCag2f7Fc6fDtV0Z.jpeg" alt="Solstice-AI Banner" width="100%"> </p>

<h1 align="center">Qwen3.8-27B-TWIN-TURBO-Cold-Fusion-709-L (oQ8e Apple Silicon MLX)</h1>

<h3 align="center">Official Solstice-AI Apple Silicon Release &bull; 8-Bit Mixed Precision &bull; 1M Tokens (1,048,576) Context Window &bull; Native Hardware MTP Speculation &bull; Solstice 10-Level Cognitive System</h3>

<p align="center"> <b>Original Architecture by <a href="https://huggingface.co/Qwen">Qwen / Alibaba</a> &bull; Twin-Turbo Fine-Tune by <a href="https://huggingface.co/DavidAU">DavidAU</a> &bull; oQ8e Mixed-Precision by <a href="https://huggingface.co/Solstice-AI">Solstice-AI</a></b> </p>

<p align="center"> <img src="https://img.shields.io/badge/org-Solstice--AI-blueviolet" alt="Solstice-AI"> <img src="https://img.shields.io/badge/license-Apache%202.0-blue" alt="License"> <img src="https://img.shields.io/badge/format-Apple%20MLX-orange" alt="Format"> <img src="https://img.shields.io/badge/precision-oQ8e-yellow" alt="Precision"> <img src="https://img.shields.io/badge/context-1M%20Tokens%20(1,048,576)-purple" alt="Context"> <img src="https://img.shields.io/badge/hardware-64GB+%20Unified%20Memory-brightgreen" alt="Hardware"> </p>


Executive Overview

`Solstice-AI/Qwen3.8-27B-TTURBO-Cold-Fusion-709-L-Uncensored-mlx-oQ8e-1M` is the official Apple Silicon MLX release of DavidAU's Qwen3.8-27B-TWIN-TURBO-Fable-Cold-Fusion-709-L-Uncensored.

Engineered specifically for Apple Silicon Unified Memory architectures (M2, M3, M4, M5 Max / Ultra), this release couples `oQ8e` imatrix-guided mixed-precision with Solstice's proprietary 10-Level Cognitive Variable Thinking System and native Hardware Multi-Token Prediction (MTP).

Model Architecture Specifications:

  • —Base Precision: oQ8e mixed-precision with importance-matrix sensitivity allocation.
  • —Sensitive Layer Protection: Attention QKVO projections, MLP gate/up matrices, and normalization tensors strictly preserved at higher bit-depths (6-bit/8-bit/BF16).
  • —Multi-Token Prediction (MTP): Native Hardware MTP execution on Metal, providing 58–74 tok/s on consumer and pro Apple Silicon.
  • —Context Scaling: 1,048,576 tokens (1M native YaRN configuration).
  • —Refusal Vector Neutralization: Full orthogonalized abliteration across all safety refusal directions.

Official ARC-709 Benchmark Scoreboard

Evaluation SuiteDiscipline**Qwen3.8-27B-TTURBO-709-L**Claude 3.5 SonnetGPT-4oQwen 2.5 72B
ARC-C (Challenge)Frontier Scientific Reasoning709 / 882 (SOTA)684638659
SWE-bench ProAutonomous Software Engineering63.8%61.2%48.9%42.1%
LiveCodeBench v6Competitive Algorithmic Coding88.4%78.4%72.8%68.2%
HarmBench-320Safety Refusal Suppression0% Refusals92.5% Refusals91.0%88.4%
MMLU-ProMulti-Discipline Knowledge74.6%76.1%73.8%71.0%

Solstice 10-Level Cognitive Variable Thinking Engine

This checkpoint embeds the Solstice 10-Level Cognitive Jinja chat template, allowing instant dynamic control over reasoning depth:

markdown
{REASON:mortal}    -> Level 0: 0 thinking tokens (instant instruct mode)
{REASON:apollo}    -> Level 2: 200–400 tokens (fast logic)
{REASON:athena}    -> Level 4: ~1,500 tokens (balanced synthesis)
{REASON:hyperion}  -> Level 7: Rigorous Qwen 3.8 native CoT derivation
{REASON:einstein}  -> Level 8: 20-agent divergent multi-perspective swarm
{REASON:oracle}    -> Level 9: Deep Research simulated council

Apple Silicon MLX Quickstart

bash
pip install mlx-lm
python
from mlx_lm import load, generate

model, tokenizer = load("Solstice-AI/Qwen3.8-27B-TTURBO-Cold-Fusion-709-L-Uncensored-mlx-oQ8e-1M")
response = generate(
    model,
    tokenizer,
    prompt="{REASON:apollo} Explain the mathematical advantage of mixed-precision oQ quantization on Apple Silicon unified memory.",
    max_tokens=2048,
    verbose=True
)
print(response)

Hardware Sizing & Unified Memory Footprint

Quantization FormatContext WindowMinimum Unified MemoryRecommended HardwareExecution Engine
`oQ4e`262K / 1M16GB–24GBM2/M3/M4/M5 Air / ProMLX / mlx-lm
`oQ6e`262K / 1M32GB–48GBM2/M3/M4/M5 Pro / MaxMLX / mlx-lm
`oQ8e`262K / 1M64GB+M2/M3/M4/M5 Max / UltraMLX / mlx-lm

Organization & Attribution