This repository is about CleaR long paper: Towards Robust and Generalized Parameter-Efficient Fine-Tuning for Noisy Label Learning published in ACL 2024.
- Python 3
- Transformers 4.27.2
- Numpy
- pytorch
bash train.sh
--dataset
: Train dataset used for training.--lr
: Set the learning rate.--epochs
: Set the number of epochs.--batch_size
: Set the batch size for conducting at once.--warm_up
: Set the warm-up epoch--alg
: PEFT routing strategy. Choose PEFT routing from : routing_adapter, routing_lora, routing_prefix, routing_bitfit, none.--adapter
: PEFT routing strategy. Choose PEFT routing from : routing_adapter, routing_lora, routing_prefix, routing_bitfit, none.
For help or issues using CleaR, please submit a GitHub issue.
For personal communication related to CleaR, please contact Yeachan Kim<[email protected]>
or Junho Kim <[email protected]>