LoRA Adapter for SAE Introspection

This is a LoRA (Low-Rank Adaptation) adapter trained for SAE (Sparse Autoencoder) introspection tasks.

Base Model

  • Base Model: Qwen/Qwen3-4B
  • Adapter Type: LoRA
  • Task: SAE Feature Introspection

Usage

from transformers import AutoModelForCausalLM, AutoTokenizer
from peft import PeftModel

# Load base model and tokenizer
base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-4B")
tokenizer = AutoTokenizer.from_pretrained("Qwen/Qwen3-4B")

# Load LoRA adapter
model = PeftModel.from_pretrained(base_model, "ceselder/MLAO-Qwen3-4B-3L-1N-same-tokens-step-10000")

Training Details

This adapter was trained using the lightweight SAE introspection training script to help the model understand and explain SAE features through activation steering.

Downloads last month
4
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for ceselder/MLAO-Qwen3-4B-3L-1N-same-tokens-step-10000

Finetuned
Qwen/Qwen3-4B
Adapter
(969)
this model