Skip to main content

Profiles

miLLM Profiles Page

Profiles save steering configurations for reuse and sharing.

Creating a Profile

  1. Configure your desired features and strengths on the Steering page
  2. Click Save as Profile
  3. Enter a name and optional description
  4. Click Save

Alternatively, create profiles directly from the Profiles page.

Managing Profiles

Each profile displays:

  • Name and description
  • Model and SAE it was created with
  • Feature count and summary
  • Active status indicator

Actions

ActionEffect
ActivateLoads the profile's features into the steering system and enables steering
DeactivateClears steering features
EditModify name, description, or features
DeleteRemove the profile permanently

Import/Export

Profiles can be exported as JSON files and imported on other miLLM instances:

{
"version": "1.0",
"name": "honesty-amplification",
"description": "Amplifies honesty-related features",
"model": { "repo_id": "google/gemma-2-2b-it", "quantization": "Q4" },
"sae": { "repo_id": "google/gemma-scope-2b-pt-res", "layer": 20 },
"features": [
{ "index": 11859, "strength": 22.8 },
{ "index": 3807, "strength": 15.0 }
],
"exported_at": "2026-03-24T..."
}
Cross-Instance Compatibility

Profiles include model and SAE metadata. When importing on a different instance, ensure the same model and SAE are available.