Ace Step Sae Scores Rock Genre | Sweet Tea Studio
Resources / Ace Step Sae Scores Rock Genre Ace Step Sae Scores Rock Genre Per-concept feature-importance scores for the ACE-Step SAEs at transformer blocks.6.cross attn and transformer blocks.7.cross attn . Consumed at inference time by SAESteeringController via load features from score cache (top-k features per diffusion step). Files tf7 scores.pkl — scores for the tf7 SAE. tf6 scores.pkl — scores for the tf6 SAE.
Verified source
Kind Other Base model Ace-Step Version va7c2f02b10650916900b0abb610a92c57d660886 Publisher @lukasz-staniszewski C grade Model source
Kind Other
Base model Ace-Step
Version va7c2f02b10650916900b0abb610a92c57d660886
Source Hugging Face --- library_name: audio-interv tags: - ace-step - audio - feature-selection - interpretability - music - rock-genre - sae - sparse-autoencoder - steering --- # SAE Feature-Selection Scores — `rock_genre` (ACE-Step) Per-concept feature-importance scores for the ACE-Step SAEs at `transformer_blocks.6.cross_attn` and `transformer_blocks.7.cross_attn`. Consumed at inference time by `SAESteeringController` via `load_features_from_score_cache` (top-k features per diffusion step). ## Files - `tf7_scores.pkl` — scores for the tf7 SAE. - `tf6_scores.pkl` — scores for the tf6 SAE. Each pickle is a dict keyed by selection method (`tfidf`, `diff`, `mean_pos`, ...); values are tensors of shape `(num_timesteps, num_features)`. ## Paper TADA! Tuning Audio Diffusion Models through Activation Steering — [https://huggingface.co/papers/2602.11910](https://huggingface.co/papers/2602.11910) ## Quickstart ```python from src.steering.methods.sae import load_features_from_score_cache top20_tf7 = load_features_from_score_cache( "lukasz-staniszewski/ace-step-sae-scores-rock-genre", score_filename="tf7_scores.pkl", top_k=20, ) top20_tf6 = load_features_from_score_cache( "lukasz-staniszewski/ace-step-sae-scores-rock-genre", score_filename="tf6_scores.pkl", top_k=20, ) ```
Sources & provenance
1 active source Source evidence
3 excerpts libraryname: audio-interv tags: ace-step audio feature-selection interpretability music rock-genre sae sparse-autoencoder steering
Jul 11
Per-concept feature-importance scores for the ACE-Step SAEs at transformer blocks.6.cross attn and transformer blocks.7.cross attn . Consumed at inference time by SAESteeringController via load features from score cache (top-k features per diffusion step).…
lukasz-staniszewski/ace-step-sae-scores-rock-genre