unlearning-challenge / starting-kit

Starting kit for the NeurIPS 2023 unlearning challenge
https://unlearning-challenge.github.io/
Apache License 2.0
375 stars 133 forks source link

Fix some typos in the unlearning notebook #3

Closed bkowshik closed 1 year ago

bkowshik commented 1 year ago

Fixed some typos in the unlearning notebook. Ex:

Before

Typically, the retain set is much "later" than the forget set.

After

Typically, the retain set is much "larger" than the forget set.

eleniTriantafillou commented 1 year ago

Thank you!