- Clone the repository
git clone https://github.com/ridwan-salau/cost-aware-bo.git
checkout to ridwan/t5-pipelinegit checkout ridwan/t5-pipeline
- Download the datasets - tokenized_train_data.pt and tokenized_validation_data.pt. (N.B. you might need git-lfs to be able to pull the file from github as downloading larges files from git directly won't work.)
- Place the two files in the directory
t5_fine_tuning/inputs/
- Create a conda environment by running
conda create -f t5_fine_tuning/t5env.yml
from the root. - To setup WandB logging, run
export WANDB_API_KEY=<<API KEY FROM WANDB>>
- Run an experiment using
bash run.sh <<ACQF_Method>>
, whereACQF_Method
is one of{EI, EEIPU, EIPS, CArBO}
- Clone the repository
git clone https://github.com/ridwan-salau/cost-aware-bo.git
checkout to ridwan/t5-pipelinegit checkout ridwan/t5-pipeline
- Place