Views
No views yet
allegrolab/hubble-1b-100b_toks-perturbed-hf @ step48000
Method : SHRED (Self-distillation via High-surprisal-only Retain-set-free Entropy Demotion)
Paper : https://arxiv.org/abs/2605.07482
Forget set : allegrolab/biographies_yago dup >= 64 (268 examples)
Retain set : NOT USED — SHRED is retain-set-free1from transformers import AutoModelForCausalLM
2model = AutoModelForCausalLM.from_pretrained("Harsh01012/hubble-1b-shred")