franciscoliu's picture
Update README.md
c53f33a verified
|
raw
history blame
743 Bytes
# Baseline Training Data
This link contains processed **Training Data** (which is different from the eval data shown in another Dataset card [here](https://huggingface.co/datasets/MLLMMU/MLLMU-Bench)). In particular, you can use this data with different split
to train your baselines or simply use it to create new unlearning algorithms. For example, if you want to implement GA (Gradient Ascent) algorithm with 5% split data, you may use
the data here to update the gradient to the opposite directions of those forgotten data. Or if you want to use some retain data, you may also take advantages of data from retain folders.
Detailed examples can be referred to the official [GitHub Repository](https://github.com/franciscoliu/MLLMU-Bench).