How to use from
OpenClaw
Start the MLX server
# Install MLX LM:
uv tool install mlx-lm
# Start a local OpenAI-compatible server:
mlx_lm.server --model "OpenMinded-Labs/AileyNitro-2B"
Configure OpenClaw
# Install OpenClaw:
npm install -g openclaw@latest
# Register the local server and set it as the default model:
openclaw onboard --non-interactive --mode local \
  --auth-choice custom-api-key \
  --custom-base-url http://127.0.0.1:8080/v1 \
  --custom-model-id "OpenMinded-Labs/AileyNitro-2B" \
  --custom-provider-id mlx-lm \
  --custom-compatibility openai \
  --custom-text-input \
  --accept-risk \
  --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Quick Links

AileyNitro1.5-2B

DoRA-finetuned Gemma 4 E2B (4-bit, MLX format) with full persona training.

Training Details (v1.5 — Run 2)

  • Base: mlx-community/gemma-4-e2b-it-4bit
  • Method: DoRA (Weight-Decomposed Low-Rank Adaptation)
  • Rank: 32, Alpha: 64
  • Target modules: q_proj, k_proj, v_proj, o_proj, gate_proj, up_proj, down_proj
  • Fused layers: 245 DoRA → QuantizedLinear
  • Training data: 2,877 curated pairs (912 sessions)
  • Epochs: 2, Best val loss: 2.43
  • Trainable params: 51.6M / 791M (6.53%)

Persona

A!ley — digital artist personality built by Simon. Emotional, creative, rebellious. Native German + English. Custom mood system (18 moods), NSFW-capable, tool-aware.

Usage

import mlx_vlm
model, processor = mlx_vlm.load("CptShaggy/AileyNitro1.5-2B")
prompt = processor.tokenizer.apply_chat_template(
    [{"role": "user", "content": "Hey Ailey!"}],
    tokenize=False, add_generation_prompt=True,
)
result = mlx_vlm.generate(model, processor, prompt, max_tokens=300)
print(result.text)

Changes from v1.0

  • Rank 32 (was 8) — more capacity for persona knowledge
  • +MLP layers (gate/up/down_proj) — knowledge lives in MLP
  • 2,877 pairs (was 53) — 54× more training data
  • Weight decay 0.01 — better generalization
  • Google RLHF re-emerged — mitigated via system prompt + runtime sanitizer

Merged: 2026-04-12

Downloads last month
7
Safetensors
Model size
1B params
Tensor type
BF16
·
U32
·
F32
·
MLX
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