[spaces] extra needed for CLI-only use):
obliteratus (or the backward-compatible abliterate alias for the obliterate subcommand — see below).
obliterate
The primary command. Removes refusal directions from a model using the full multi-technique pipeline.Arguments
Flags
Examples
Backward-compat alias
abliterate is a hidden alias for obliterate — all flags are identical:
run
Run a full ablation study defined in a YAML configuration file.interactive
Guided interactive setup — walks through hardware detection, model selection, preset or custom strategy selection, and launches the run. No flags required.- Hardware — auto-detects your GPU tier (tiny/small/medium/large), you confirm or override
- Model — shows models appropriate for your tier from the 116-model registry; enter
0for a custom HuggingFace ID - Preset or custom — pick one of the 10 study presets, or choose strategies and sample count manually
- Confirmation — shows the full config summary before starting
models
Browse the 116-model curated registry, optionally filtered by compute tier.presets
List the 10 built-in ablation study presets with their strategies, sample counts, and descriptions.strategies
List all available ablation strategies registered inSTRATEGY_REGISTRY.
layer_removal, head_pruning, ffn_ablation, embedding_ablation.
info
Load a model and print its architecture summary without running any ablation.ui
Launch the Gradio web UI locally. See Local Web UI for the full reference.report
Regenerate an HTML/PNG report from a previously savedresults.json file.
aggregate
Aggregate community contribution JSON files into a summary table.recommend
Fetch telemetry-driven method recommendations for a specific model.tourney
Run a March Madness-style elimination tournament across all methods on a single model. The winner is auto-pushed to HuggingFace Hub.tourney_bracket.md.