Code for 'Neuron and Synapse: Discovering LTD and LTP effects on Parameter Efficient Fine-tuning'
First clone the repository by
git clone https://github.com/daviddaiiiii/SAN-PEFT.git
cd SAN-PEFT
Create the conda environment and activate
conda deactivate
conda create -n SAN python=3.8
conda activate SAN
You can use the setup.sh file to install automatically in linux.
chmod +x setup.sh
./setup.sh