Skip to main content

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

reversible_unlearning-0.2.8.tar.gz (5.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

reversible_unlearning-0.2.8-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file reversible_unlearning-0.2.8.tar.gz.

File metadata

  • Download URL: reversible_unlearning-0.2.8.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.3

File hashes

Hashes for reversible_unlearning-0.2.8.tar.gz
Algorithm Hash digest
SHA256 6a4288e8c1bbaa3aa5d2a4a8dcb9698b3d1652da0861ee79b2efef0a31b18d51
MD5 46f3509d54e835745803a5d19a9bf77b
BLAKE2b-256 69b166d79bffc8e5fe43de7c875ce4f2e159ab8589d0c7b8599ed1168379647f

See more details on using hashes here.

File details

Details for the file reversible_unlearning-0.2.8-py3-none-any.whl.

File metadata

File hashes

Hashes for reversible_unlearning-0.2.8-py3-none-any.whl
Algorithm Hash digest
SHA256 59ba35508e6999664714281903c3ea92b8ce532d0d36aa77bc8c732ebd6406b0
MD5 97f8023a1e17988bdbb49b6a985def5d
BLAKE2b-256 fce7e06e411990d59df1989dc8c9653337c4ad29baa69572e2170b2005f91182

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page