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.7.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.7-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: reversible_unlearning-0.2.7.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.7.tar.gz
Algorithm Hash digest
SHA256 8bfeb67d88aca6a9ce67b53ee7e87a86f970636dedc64c2e82a9b58b5904c591
MD5 5f95e28fcd0ab06dd8497506498bb794
BLAKE2b-256 8db986667a75e5ce2f1f6fb0e6985742617c71731a7d6c67ce0617f940b71852

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for reversible_unlearning-0.2.7-py3-none-any.whl
Algorithm Hash digest
SHA256 8eb876e46c6539e54815b8f3c1b000ea1d38a15d7ea6bea7a8a3558b54e3c67b
MD5 021e50ee1084738eedb19367536b7290
BLAKE2b-256 a0686b7ef14f1c1eeb7faae6b3f094cfbb2f800cdc06be83b061d5f228098d80

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