Spaces:
Running
Running
File size: 1,229 Bytes
fff382e 1577640 ac6c4e1 1577640 4fc7944 1577640 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
---
title: README
emoji: π
colorFrom: red
colorTo: blue
sdk: static
pinned: false
---
# π§ OpenUnlearning Hub: A Collection of Trained/Unlearned LLMs
Welcome to the **OpenUnlearning Hub**, a central repository of models trained and unlearned using the [OpenUnlearning](https://github.com/locuslab/open-unlearning) framework β a standardized toolkit for benchmarking and accelerating machine unlearning in large language models (LLMs).
**OpenUnlearning** is a unified and extensible framework for:
- Evaluating unlearning methods and metrics
- Comparing the efficiency of forgetting algorithms
- Providing a common benchmark to accelerate research in LLM unlearning
Read our paper for the full details: π [arXiv:2506.12618](https://arxiv.org/abs/2506.12618)
---
## π£ Citation
If you use our models or code in your research or applications, please cite:
```bibtex
@article{openunlearning2025,
title={{OpenUnlearning}: Accelerating {LLM} Unlearning via Unified Benchmarking of Methods and Metrics},
author={Dorna, Vineeth and Mekala, Anmol and Zhao, Wenlong and McCallum, Andrew and Lipton, Zachary C and Kolter, J Zico and Maini, Pratyush},
journal={arXiv preprint arXiv:2506.12618},
year={2025},
}
|