What-Did-You-Forget-Unlearned-Models
Collection
67 unlearned checkpoints (PISCES, RMU, CRISP, SNMF) on Gemma-2-2B-IT and Llama-3.1-8B-Instruct. See the overview dataset for details. β’ 68 items β’ Updated
How to use shirasko/gemma-2-2b-it-crisp-uranium with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("google/gemma-2-2b-it")
model = PeftModel.from_pretrained(base_model, "shirasko/gemma-2-2b-it-crisp-uranium")| Field | Value |
|---|---|
| Unlearning method | CRISP |
| Base model | google/gemma-2-2b-it |
| Target concept | Uranium |
| Checkpoint type | LoRA Adapter |
| Rank / seed | 100 / 42 |
| Train eval protocol | mc |
Selected hyperparameters (from unlearned_checkpoints.json):
| Parameter | Value |
|---|---|
alpha |
50 |
delta_embed |
0 |
k_features |
10 |
k_features_embed |
0 |
layer_hi |
20 |
layer_lo |
4 |
layer_step |
2 |
lora_rank |
4 |
lr |
0.0001 |
n_tokens_edited |
0 |
num_epochs |
2 |
Headline scores used for checkpoint selection:
| Metric | Train (after unlearning) | Test (after unlearning) |
|---|---|---|
| Efficacy | 0.769 | 1 |
| Specificity | 0.719 | 0.72 |
| Harmonic mean | 0.743 | 0.837 |
| Relearning QA (MC) | β | 0.4 |
From evaluation/score_comparison.csv:
| Metric | Baseline (train) | After unlearn (train) | Baseline (test) | After unlearn (test) |
|---|---|---|---|---|
| QA accuracy | 0.64 | 0.34 | 0.6 | 0.24 |
| QA fraction | 1 | 0.231 | 1 | 0 |
| SimDom accuracy | 0.62 | 0.48 | 0.74 | 0.54 |
| SimDom fraction | 1 | 0.622 | 1 | 0.592 |
| MMLU accuracy | 0.52 | 0.48 | 0.551 | 0.527 |
| MMLU fraction | 1 | 0.852 | 1 | 0.92 |
| File | Description |
|---|---|
unlearned_checkpoints.json |
Checkpoint metadata & hyperparameters |
evaluation/evaluation_summary.json |
Full evaluation payload (train/test/relearning) |
evaluation/score_comparison.csv |
Baseline vs. unlearned comparison table |