AUREON: Production-Grade Universal Reversible Learning
Project description
# Reversible: Universal Unlearning with 0.96+ Recovery Guarantee
Fix AI model bias in minutes instead of months.
Installation
\\ash pip install reversible \\
Quick Start
\\python from reversible import Reversible import torch
model = your_pytorch_model optimizer = torch.optim.Adam(model.parameters())
reversible = Reversible(model, optimizer, device='cuda')
CHARGE: Learn baseline
reversible.charge(train_loader, num_epochs=3)
DISCHARGE: Unlearn bias
reversible.discharge(bad_loader, num_epochs=2)
RECHARGE: Recover performance
reversible.recharge(good_loader, num_epochs=10)
VERIFY: Check recovery ratio
metrics = reversible.verify(test_loader) print(f'Recovery Ratio: {metrics["recovery_ratio"]:.3f}') # ~0.96 expected \\
Key Results
- Recovery Ratio: 0.96 ✅ (NLP & Vision validated)
- k-ratio: 0.671 (Hyperuniversal across 66M-355M params)
- Domains tested: 4 (SST-2, BANKING77, RTE, MRPC + Vision + RL)
- Status: Production Ready
License
MIT License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file reversible_unlearning-0.3.1.tar.gz.
File metadata
- Download URL: reversible_unlearning-0.3.1.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8cbb99c10f1917f163579a5e082303cdbb287540f99fbb46e61ad1df78fef711
|
|
| MD5 |
07044398284f83991561aec32dcbc3c1
|
|
| BLAKE2b-256 |
f494e0fec1ef5be4bf0c6a967212ca7959dc94b47d2814a62d47d2b15d0211e6
|
File details
Details for the file reversible_unlearning-0.3.1-py3-none-any.whl.
File metadata
- Download URL: reversible_unlearning-0.3.1-py3-none-any.whl
- Upload date:
- Size: 11.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96429f255a0994caccaf0960de4ced216e17038d519aaf6fa27041a3225798fb
|
|
| MD5 |
8e42debf5be78cc8bb72daf591546810
|
|
| BLAKE2b-256 |
3eccddbd4c2071c7714c0a9a8038db0c41b37c39f16230b0b98f746cabc765f1
|