sparse-autoencoder-training

Train sparse autoencoders to decompose transformer activations into interpretable features.

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/davpatel605-beep/hermusagent --skill sparse-autoencoder-training-davpatel605-beep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sparse-autoencoder-training
Source: https://github.com/davpatel605-beep/hermusagent/tree/main/backend/vendor/hermes/optional-skills/mlops/saelens
Command: npx skills add https://github.com/davpatel605-beep/hermusagent --skill sparse-autoencoder-training-davpatel605-beep

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps researchers understand opaque neural network activations by decomposing dense model representations into sparse, interpretable features.

Core Features & Use Cases

  • SAE Analysis: Load and analyze pretrained Sparse Autoencoders to discover concepts represented in language model activations.
  • SAE Training: Configure and train custom Sparse Autoencoders with controlled sparsity, reconstruction metrics, and feature evaluation workflows.
  • Feature Research: Support feature attribution, steering, ablation, and mechanistic interpretability experiments on transformer models.

Quick Start

Use the sparse autoencoder training skill to analyze interpretable features in a transformer model using SAELens.

Frequently Asked Questions about sparse-autoencoder-training

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I train a sparse autoencoder for transformer activations?

SAELens and TransformerLens are required to load transformer models and train sparse autoencoders. These frameworks provide the necessary workflows for activation analysis, feature discovery, and evaluating reconstruction quality.

How does sparse autoencoder feature discovery work for mechanistic interpretability?

Sparse autoencoder feature discovery decomposes dense neural network activations into sparse, interpretable representations. This allows researchers to identify specific concepts represented within language model activations for mechanistic interpretability studies.

Can I analyze pretrained sparse autoencoders for language model feature attribution?

Yes, you can load and analyze pretrained Sparse Autoencoders to perform feature attribution, steering, and ablation. This supports mechanistic interpretability experiments by inspecting learned features within transformer model activations.

What is the best way to evaluate sparse autoencoder reconstruction quality?

Evaluating sparse autoencoder reconstruction quality involves measuring controlled sparsity and reconstruction metrics during training. SAELens workflows provide the necessary tools to assess how accurately the autoencoder decomposes transformer activations into interpretable features.

Does this sparse autoencoder training skill support activation steering and superposition studies?

Yes, this skill supports activation steering, ablation, and superposition studies on transformer models. It applies SAELens workflows to inspect learned features and perform mechanistic interpretability experiments on neural network activations.