qwen3_32b_selfexpl_synth_e1_kl1

Qwen3-32B trained on a synthetic mixture: freeform self-explanations plus assorted binary questions about individual counterfactual experiments. KL-regularized.

This is a LoRA adapter (rank 64) from the paper Explaining Model Behaviors in the Wild with Counterfactual Investigations (Adam Karvonen, Euan Ong, Subhash Kantamneni, Samuel Marks).

Usage

from peft import PeftModel
from transformers import AutoModelForCausalLM, AutoTokenizer

base = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-32B", torch_dtype="auto", device_map="auto")
model = PeftModel.from_pretrained(base, "adamkarvonen/qwen3_32b_selfexpl_synth_e1_kl1")
tokenizer = AutoTokenizer.from_pretrained("Qwen/Qwen3-32B")

License

This LoRA adapter is a derivative of Qwen/Qwen3-32B and is released under the Apache 2.0 license. Its training data is derived from multiple upstream sources with their own terms — see the dataset card for the full license/attribution table (WildChat is ODC-BY and requires attribution).

Framework versions

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

Model tree for adamkarvonen/qwen3_32b_selfexpl_synth_e1_kl1

Base model

Qwen/Qwen3-32B
Adapter
(394)
this model

Collection including adamkarvonen/qwen3_32b_selfexpl_synth_e1_kl1