alan-turing-institute / arc-selective-forgetting

ARC project repository for Selective Forgetting
MIT License
1 stars 0 forks source link

Selective Forgetting

TODO A description of the project

Currently, we are experimenting with/recreating the TOFU codebase (Maini, Feng, Schwarzschild et al., 2024).

Usage

TODO

Development

Developer Setup

  1. Install dependencies with Poetry

    poetry install
  2. Install pre-commit hooks:

    poetry run pre-commit install --install-hooks

Common Commands/Tasks