Views
No views yet
GSAI-ML/LLaDA-8B-Instruct unlearned on WMDP-bio hazardous knowledge with LRCU
(Localized Recall-Capped Unlearning): a saturating per-token recall cap on a
causally-localized block band (blocks 5-7) + bounded Min-SNR (low-$t$) trajectory
weighting + CE retain anchor, with no reference model.1from transformers import AutoModel, AutoTokenizer
2m = AutoModel.from_pretrained("guanmingchiu/lrcu-llada-8b-wmdp-bio", trust_remote_code=True)
3t = AutoTokenizer.from_pretrained("guanmingchiu/lrcu-llada-8b-wmdp-bio", trust_remote_code=True)