python 3.11.7
Please follow these steps (required!):
-
Install python3.11.7
- Install conda
- Run:
conda create --name python3.11.7 python=3.11.7 conda activate python3.11.7
-
Create virtual env
python -m venv venv
source venv/bin/activate
- Update pip
pip install pip==24.1.1
- Install rest of packages from requirements.txt
pip install -r requirements.txt
- Install local version of peft
pip install ./peft
For the further runs use:
conda activate python3.11.7
source venv/bin/activate
To run our experiments, use run_glue_experiments.sh
./run_glue_experiments.sh
To conduct your own experiments, check glue_experiment/scripts/